iron
iron copied to clipboard
Multithreaded?
When env["rack.multithread"] is set, does IronRuby.Rack react appropriately? Currently the entire request is locked, so is that required?
I unlock the request now, and schedule requests in a ThreadPool, but not yet reacting to rack.multithread