CVS update: Re: [Webware-devel] Fix for ThreadedAppServer hangingon restart

2001-08-30 Thread Jay Love
I've applied this patch. Thanks Jeff. JAy On Tue, 2001-08-28 at 18:26, Jeff Johnson wrote: > Hi everyone, > > I finally took the time to debug the hanging problem with restarts on > FreeBSD. The _closeThread thread is created in AppServer.__init__ and > then ThreadedAppServer.__init__ throw

[Webware-devel] Fix for ThreadedAppServer hanging on restart

2001-08-28 Thread Jeff Johnson
Hi everyone, I finally took the time to debug the hanging problem with restarts on FreeBSD. The _closeThread thread is created in AppServer.__init__ and then ThreadedAppServer.__init__ throws an exception on bind. Since the contructor fails, server = None and the cleanup code in run() that woul

[Webware-devel] Fix

2001-08-17 Thread Fionn Behrens
CVS, file PSP/PSPParser, line 242: except EOFError: is wrong, because Streamreader does not raise that. It should read: except EndofInputError: (or you should fix StreamReader to raise EOFError) Regards, Fionn ___ Webware-devel mail