RE: [Webware-devel] solution for bind error

2001-10-18 Thread Jeff Johnson
> Can you update > your copy of ThreadedAppServer.py from CVS and verify that it > fixes the problem? Yep, it works great, thanks. ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel

Re: [Webware-devel] solution for bind error

2001-10-18 Thread Chuck Esterbrook
At 04:51 PM 10/18/2001 -0400, Geoff Talvola wrote: >I've checked into CVS the changes you suggested -- I added the setsockopt >call, moved up the initialization of self.threadCount and >self.threadUseCounter, and removed the annoying print ".". Can you update >your copy of ThreadedAppServer.py

Re: [Webware-devel] solution for bind error

2001-10-18 Thread Geoff Talvola
I've checked into CVS the changes you suggested -- I added the setsockopt call, moved up the initialization of self.threadCount and self.threadUseCounter, and removed the annoying print ".". Can you update your copy of ThreadedAppServer.py from CVS and verify that it fixes the problem? I can