Multiple processes with the same name
I have an application running on Linux 2.6.13 and WindRiver Linux 3.0. In Linux 2.6.13 when I do... ps -eaf | grep myapplication ...the output shows multiple entries of 'myapplication'. If I give the same command in WindRiver Linux 3.0, the output shows only one entry of 'myapplication' Is the difference related to the difference in OS used? Kindly tell me the reason for this? It's probably related to the threading library in use and/or kernel version. The old (now very old) "Linuxthreads" threading library, used to show each thread as a "top-level" process, which would appear directly under