SocketServer.ThreadingTCPServer question

Oleg Broytmann phd at phd.pp.ru
Sat Mar 16 15:48:24 EST 2002


On Sat, Mar 16, 2002 at 12:34:17PM -0800, Steven Pokrandt wrote:
> trying to use the threading tcp server class.  It all works right from
> a quick look.  But when I run top I see many processes leading me to
> think it is really forking.

   Linux shows threads as separate processes in top/ps/etc. But they are
threads.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list