Ruby/JRuby and WebRick serving requests one at a time
Posted
by Matthias Hryniszak
on Stack Overflow
See other posts from Stack Overflow
or by Matthias Hryniszak
Published on 2010-06-15T13:19:53Z
Indexed on
2010/06/15
13:22 UTC
Read the original article
Hit count: 309
Does anyone knows how to force WEBrick to process more than one request at a time? I'm using some Ajax on my page for long running database-related tasks and I can clearly see the requests are being processed in a pipeline.
© Stack Overflow or respective owner