[Twisted-Python] Weird thread count
Itamar Shtull-Trauring
itamar at itamarst.org
Wed Oct 22 14:44:39 MDT 2003
On Wed, 22 Oct 2003 23:28:31 +0300
soso <duke99 at email.ro> wrote:
> The following client code creates 3 threads on startup, even if there
> is no server to connect to. And I have no clue why. I'm running on
> Win2k and that's what taskmanager says. Any ideas?
Presumably those are internal Python threads. Try running just Python
and see how many threads there are.
Also note that Twisted doesn't use threads for networking), so number of
networking connections is irrelevant.
--
Itamar Shtull-Trauring http://itamarst.org/
Available for Python & Twisted consulting
More information about the Twisted-Python
mailing list