search for: render_defered

Displaying 2 results from an estimated 2 matches for "render_defered".

Did you mean: render_deferred
2007 Sep 11
4
Problem returning a Proc
I''m just playing with a recent Merb trunk (-r590). All the specs pass, apart from 2 pending. Now, the README says: "if you return a Proc object from your action, it will be called and the return value sent to the client." However this doesn''t seem to work with the following test controller: class Hello < Application def world res = "Hello world from
2007 Oct 09
0
mutex
Few quick questions. What is the risk of turning off the mutex lock? I have a particular controller which fires off snmpwalks/gets to pull back data. It works great if everything is up, but when I test against a hung snmp server, I notice that lock getting in the way of other requests. I have just ran a test with mutex turned off and it seems to work great. But, I was wondering what the risk