In ThreadedAppServer.py (both CVS HEAD and 0.9.1), whether a thread is 
doing work is indicated via a boolean attribute called ".processing" in 
some situations, and "._processing" in others.  A consequence of this 
mix up is that activeThreadCount() always returns zero because it looks 
in ._processing whereas threadloop() sets .processing.  This means that 
ThreadedAppServer will _always_ run only the minimum number of threads.

Have I got this right?  If so, should I just submit a bug report on 
sourceforge?


  Oliver


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to