jschementi / iron

[Jimmy Schementi's development fork] Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
http://ironruby.net
17 stars 2 forks source link

Multithreaded? #19

Open jschementi opened 15 years ago

jschementi commented 15 years ago

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

jschementi commented 14 years ago

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