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
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
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
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
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