Ruby/JRuby and WebRick serving requests one at a time
- by Matthias Hryniszak
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.