Re: [Twisted-Python] Difficulty restarting/shutting down a twisted server - ports not closing

2013-06-11 Thread Paul Sajna
I continue to use threads because my application uses a GUI that becomes blocked when the server starts. Also, I am now having a problem where port is undefined until the server is stopped and started again. On 10 June 2013 22:46, Glyph wrote: > > On Jun 10, 2013, at 9:38 PM, Paul Sajna wrote:

Re: [Twisted-Python] Difficulty restarting/shutting down a twisted server - ports not closing

2013-06-11 Thread Paul Sajna
Also, the code shown in the SO post causes the GUI to freeze when attempting to stop the server. On 11 June 2013 18:20, Paul Sajna wrote: > I continue to use threads because my application uses a GUI that becomes > blocked when the server starts. Also, I am now having a problem where port > is