Alexey Petrushin
Wed, 08 Jul 2009 10:27:42 -0700
Why Mongrel doesn't cancel connection on error? Example: (Mongrel using Rack)
...
def call env
begin
p :start
sleep 10
ensure
p :stop
end
end
...
Open browser, go to localhost:8080, and immediatelly close the browser.
Output will be:
start
<waits for 10 sec>
end
Why it doesn't cancel/kill thread immediatelly?
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users