[Webware-devel] [ webware-Patches-655502 ] allow subclassing of ThreadedAppServer

2002-12-18 Thread noreply
Patches item #655502, was opened at 2002-12-17 16:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=655502&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nobody/A

[Webware-devel] [ webware-Patches-630432 ] Monitor bug fixes

2002-12-18 Thread noreply
Patches item #630432, was opened at 2002-10-29 04:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=630432&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Oleg Noga (oleg_noga) Assigned to: Jay Love (jsl

[Webware-devel] [ webware-Patches-656064 ] Change timestamp in mod_webkit to float

2002-12-18 Thread noreply
Patches item #656064, was opened at 2002-12-18 17:04 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=656064&group_id=4866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nobody/Ano

[Webware-devel] waiting for threads to terminate.

2002-12-18 Thread Stuart Donaldson
The shutdown code in ThreadedAppServer.shutDown() sends a None to all threads to cause them to terminate, and then does a join to each thread. The problem is that if you have a thread that is busy, perhaps a server-push thread that is just sending a continuous stream of data, or a thread bound

RE: [Webware-devel] monitor.py usage?

2002-12-18 Thread Geoffrey Talvola
Stuart Donaldson [mailto:[EMAIL PROTECTED]] wrote: > So is Monitor.py being used extensively? > > It appears that it is incompatible with the AppServer shell > script, and > Launch.py, in that it does not support starting, or > restarting the appserver > with arguments specified to AppServer/Lau