[Ace-users] [ace-users] Multiple Processes in One Application

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Wed Feb 20 13:49:39 CST 2008


Hi Rabryn,

>I'm writing a multi-threaded application that uses ACE 5.5.10 as a
>statically linked library in GNU/Linux 2.6.19.  If I start the
>application and then execute a ps -e | grep 'appname' I see multiple
>processes running.  My question is why are threads being shown as
>processes?

This is a Linux question, not an ACE question.  The reason you're
seeing this is because Linux implements threads as (lightweight)
processes.

Doug
-- 
Dr. Douglas C. Schmidt                       Professor and Associate Chair
Electrical Engineering and Computer Science  TEL: (615) 343-8197
Vanderbilt University                        WEB: www.dre.vanderbilt.edu/~schmidt
Nashville, TN 37203                          NET: d.schmidt at vanderbilt.edu



More information about the Ace-users mailing list