RE: [Webware-devel] distutils re-packaging of Webware

2001-08-28 Thread Tavis Rudd
updated again ... Jeff found a bug ... http://calrudd.com/Webware-experimental_redesign.tar.gz ___ Webware-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-devel

[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