Hi,

for academic purpose I want to introduce a real-time algorithm
in a web server. Since I'm quite familiar with java, i thought
of tomcat... B/W a wonderfull 'product', thanks for all the dev. 
efforts!

what I want to do: when requests arrive and are queued, order
this queue due to some sort order. I would probably want to read a
parameter from that request (aka HttpRequest.getParameter) 
to determine the sort order.

now my following questions: is there something like a queue for
requests waiting to be processed? if not, would it be likely to 
implement that without violating the whole design of tomcat? Are
parameters available at that point or are they "extracted" later?

If I happen to implement that feature, of course I'll
let you know about the outcoming and share to source!

bye,
erik
--
=---------------------------------------=
Erik Pischel 
Software Developer
debis Systemhaus GEI mbH / GS Berlin 

Tel.: 030 / 2554 3322      Raum 336
=---------------------------------------=

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to