On 2011-09-01, Stephen Hansen wrote:
> On 9/1/11 2:45 PM, George Kovoor wrote:
>> Why doesn't python threads show an associated PID? On spawning
>> python threads using the threading module I can only see the main
>> thread's pid on using top or ps unix command, no subprocesses are
>> displayed.
On 01Sep2011 15:27, Stephen Hansen wrote:
| On 9/1/11 2:45 PM, George Kovoor wrote:
| > Why doesn't python threads show an associated PID? On spawning python
| > threads using the threading module I can only see the main thread's pid on
| > using top or ps unix command, no subprocesses are displ
On 9/1/11 2:45 PM, George Kovoor wrote:
> Hi,
> Why doesn't python threads show an associated PID? On spawning python
> threads using the threading module I can only see the main thread's pid on
> using top or ps unix command, no subprocesses are displayed. In otherwords
> top or ps in not aware