From: Brian Candler Date: 2010-10-15T04:08:22+09:00 Subject: Re: Camping or Merb The most severe problem I had with swiftiply was when I mounted an app on a subdirectory with :prefix. If a request came outside that prefix then it crashed immediately. Details at http://rubyforge.org/tracker/index.php?func=detail&aid=14949&group_id=3637&atid=14008 I also submitted two minor patches: http://rubyforge.org/tracker/index.php?group_id=3637&atid=14010 The pidfile fix certainly hasn't been applied in the current git code; the other patch looks like it's no longer relevant. I actually quite like the concept of swiftiply, where you can have a dynamic pool of workers which can "pull" HTTP requests from a multiplexor, but it's a non-standard protocol and IMO ties you too heavily to this one implementation. If you use regular HTTP proxying then at least it's HTTP, and you have a whole range of both proxies and HTTP servers to choose from. If you want a dynamic worker pool you have at least Passenger and FastCGI to choose from. -- Posted via http://www.ruby-forum.com/.