Tony Arcieri <tony.arcieri <at> gmail.com> writes: > We're also using Rack::MockRequest in the after_fork block (but before > we send SIGTTOU) to send a request to our most heavily trafficked > action. Subsequent requests to the same action are ~20X faster, so > it's clear we're pulling in a lot of code on that first request and > warming up the new workers is definitely needed.
Is this code you're able to share in a gist or elsewhere? I'm curious to see how you're using Rack::MockRequest on a per-worker basis. Thanks, Dan _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
