[wingide-users] Here's a strange
one...SocketServer.ThreadingTCPServer
Harper, Jason
jharper at qualcomm.com
Thu Apr 17 15:13:05 MDT 2008
Thanks...I'm going to study the thread interactions as a possible
problem.
A little more info about our app...it is a GUI (wxPython) app. I am
spinning up a thread for the TCP Server to run in (so I don't block the
GUI). Note that TCPServer works OK, but it is ThreadingTCPServer that
I'm having trouble with. ThreadingTCPServer spins up a thread to handle
each incoming request.
Thanks for the pointers so far.
-----Original Message-----
From: Wingware Support [mailto:support at wingware.com]
Sent: Thursday, April 17, 2008 1:03 PM
To: Harper, Jason
Cc: wingide-users
Subject: Re: [wingide-users] Here's a strange
one...SocketServer.ThreadingTCPServer
Harper, Jason wrote:
> Since my app is working in the Wing debugger, is it possible that Wing
> is doing some sort of TCP/socket setup that my app is inadvertently
> making good use of?
It's possible because the debugger uses its own tcp connection to
communicate with the IDE, but I would need to know more about your
program to know what it could be. It also could be a threading issue --
the debugger inevitably changes thread scheduling which can bring out or
hide threading bugs.
Cheers,
John
More information about the wingide-users
mailing list