iron icon indicating copy to clipboard operation
iron copied to clipboard

Multithreaded?

Open jschementi opened this issue 15 years ago • 1 comments

When env["rack.multithread"] is set, does IronRuby.Rack react appropriately? Currently the entire request is locked, so is that required?

jschementi avatar Sep 25 '09 11:09 jschementi

I unlock the request now, and schedule requests in a ThreadPool, but not yet reacting to rack.multithread

jschementi avatar Jan 17 '10 10:01 jschementi