[Mongrel] ANNC: qrp - queueing reverse proxy

2008-02-24 Thread Eric Wong
: directive correctly in the config file and also supports rolling restarts. /EOF -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] Mongrel can't handle some URLs that IE6 sends

2008-03-27 Thread Eric Wong
was submitted by Eden Li here: http://rubyforge.org/pipermail/mongrel-users/2006-October/001845.html This patch was accepted by Zed Shaw here: http://rubyforge.org/pipermail/mongrel-users/2006-October/001847.html -- Eric Wong

[Mongrel] qrp followup, deployment results

2008-04-17 Thread Eric Wong
improve it). [1] yes, I realize that saying that the number of 10s responses have dropped is like saying we've won the Special Olympics :) -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman

Re: [Mongrel] Unix Domain Sockets + Fork for improved scalability

2008-05-08 Thread Eric Wong
process far more difficult as I require Mongrel to accept connections haproxy didn't forward; so I disabled concurrency on the Mongrel side instead. -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman

Re: [Mongrel] Why not ignore stale PID files?

2008-06-06 Thread Eric Wong
in any Unixy environment... I have no idea on whether Windows implements something similar to Process.getpgid, or for that matter, anything on Windows' process management. Process.kill(0, pid) also works and is (in my experience) more widely used. -- Eric Wong

Re: [Mongrel] Bare carriage returns in HTTP headers

2009-03-24 Thread Eric Wong
-- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] [Mongrel-development] Mongrel, cross compilation, Echoe and rake-compiler

2009-04-26 Thread Eric Wong
running on 1.9 yet (and nothing in production on 1.8, either, yet). Let me know if there are any optimizations/bugfixes in particular I can help with, too. -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org

Re: [Mongrel] [Mongrel-development] Mongrel, cross compilation, Echoe and rake-compiler

2009-04-26 Thread Eric Wong
://repo.or.cz/unicorn.git (mirror) http://repo.or.cz/r/unicorn.git (mirror) Have fun! -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] Why Mongrel doesn't cancel connection on error?

2009-07-08 Thread Eric Wong
in this thread here: http://groups.google.com/group/rack-devel/browse_thread/thread/5e5b52892f5e9353 -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

Re: [Mongrel] Mongrel_rails memory usage ballooning rapidly

2009-07-23 Thread Eric Wong
or Hash instead. I can't remember exactly what's wrong with them, even, but they were BAD. finalizers - make sure the blocks you pass to them don't have the object you're finalizing bound to them, a common mistake. -- Eric Wong

Re: [Mongrel] Chunked transfer

2010-06-17 Thread Eric Wong
://zbatery.bogomip.org/ (no, not a typo :) [3] http://unicorn.bogomips.org/ [4] http://rainbows.rubyforge.org/Rainbows/ThreadSpawn.html /shameless plug(s) -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman

Re: [Mongrel] scaling unicorn

2010-06-21 Thread Eric Wong
if it's all on the same box. With TCP, you should also check to see you have enough local ports available if you're hitting extremely high (and probably unrealistic :) request rates. -- Eric Wong ___ Mongrel-users mailing list Mongrel-users@rubyforge.org