Marco Caldirola wrote:
I need to create on my tomcat 6.0 server a fifo queue of my http requests.
I want to process a single request at a time. Do you have an idea?
Change your idea. Do you really need such a nasty hack?

Use command pattern. Process requests as usual, create Command objects and insert them into any queue you want.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to