In message <Pine.GSO.4.44.0203282344200.19882-200000@peta.cs.auc.dk>,
`Lars Christensen <larsch@cs.auc.dk>' wrote:
> Hmm. Maybe this wasnt such a good idea afterall. The attached patch which
> is much simpler and changes less solves the same problem, starvation, but
> does it simply by launching new thread when needed. Futhermore, threads
> time out and exit after 10 seconds with nothing to do. (Patch is for
> snapshot version this time).
Thanks.
I've implemented lazy thread initialization based on your patch.
It's on LAZY_THREAD branch now.
http://www.notwork.org/ipr/cgi-bin/cvsweb.cgi/src/webrick/?only_with_tag=LAZY_THREAD
This version is running on http://rrr.jin.gr.jp/.
If no serious problem is there, it will be merged into trunk.
--
gotoyuzo