search for: deflatefilter

Displaying 5 results from an estimated 5 matches for "deflatefilter".

2006 Oct 22
7
GzipFilter gemplugin now available
...lugin("/handlers/gzipfilter")'' >> config/mongrel.conf Run: mongrel_rails start -S config/mongrel.conf If you want to use this with a cluster, add "config_script: config/mongrel.conf" to your config/mongrel_cluster.yml file. Somewhat related: I also patched the deflatefilter against mongrel 0.13.5 to work with IE and (probably) Safari. It''s available here if you want to use the deflate encoding instead (savings difference is miniscule): http://rubyforge.org/tracker/?func=detail&aid=6275&group_id=1306&atid=5147
2006 May 23
1
Mongrel 0.3.13 Pre-Release Update -- Yep, Again
...mproved test coverage: http://mongrel.rubyforge.org/coverage/ but no real additional bugs found. * A statistics and status handler for folks to play with. I''ll have to document this later, but if you''re interested check out examples/simpletest.rb or the test/test_handlers.rb * A DeflateFilter that you can add to the end of a handler chain and get deflate encoding if the client supports it or optionally always. Again, not documented yet, so the brave will have to see the samples or tests. * Newest rcov with the built-in rake task. * Bug 4414 -- no more PID files getting clobbered. * App...
2006 May 23
8
Can Win32 service more than one rails request at a time?
Hi, I am trying to run Mongrel on win32 to serve an internal rails application. We are accessing legacy data, and some transactions can take 5 to 10 seconds. This is holding up every other request. The -n does not seem to be supported on Win32. Am I missing something, or should I look elsewhere to serve my Rails app on win32? Thanks, Walt -- No virus found in this outgoing message.
2006 Jun 21
7
Mongrel 0.3.13.1 -- Quick Small Fixes
...nf and pass that to -S: redirect "/from", "/to" It also accepts regex for the @from@ parameter and can take a block. Play with it if you''re interested. DEFLATE AND SAFARI It looks like Safari does not honor the @Content-Encoding: deflate@ response, so avoid using DeflateFilter until I can find out why. *This* is why you don''t hand code network protocol parsers. RAILSCONF (-1 DAY) I''m actually an idiot and scheduled my RailsConf trip a day early. I''ve gotta work that day so I''m going to be at the Radisson near the conference hotel...
2006 Jul 07
5
Mongrel Debian packages
Hi all, I just wanted to let you know that I built some Debian (Sarge) packages to allow an apt-get only installation of Mongrel, Ruby and friends. Also contained is an init script that is capable of managing multiple applications. Support for the Pen load balancer is also included. More info can be found there: