On Sat, Jan 14, 2012 at 7:31 AM, Philip T. <[email protected]> wrote:
> Googleing suggests that the keepAlive setting in Apache is all I need to > change. Having change the httpd.conf I can see the changes (examinin the > response headers) in the static content, but not the ruby stuff. Do you see the same behavior with another web server, e.g. webrick? I don't use Passenger so I'm not sure if this is expected behavior, but unicorn, for instance, explicitly *does not* keep connections open. -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

