On Sam 09.12.2006 20:05, Xavier Noria wrote:
>
>Once I've got compressed content, we go up to about 10 req/s, still not
>close to the 17 req/s of Apache. I think I don't have evidence of the
>speed of Nginx + mongrel_cluster for my particular application at
>least, so I'll get back to Apache 2.2.3 + mod_proxy_balancer.
Hm, with which options do you have build nginx?
On witch OS, HW, ...?
Have you tried the worker_processes option?
>The Nginx config is:
>
>user daemon;
>
>error_log logs/error.log;
>pid logs/nginx.pid;
>
>events {
> worker_connections 1024;
>}
>
>http {
> include conf/mime.types;
> default_type application/octet-stream;
Please add:
sendfile on;
> gzip on;
> gzip_types text/plain text/css application/x-javascript text/xml;
> gzip_proxied any;
> gzip_comp_level 2;
^^^^^^^^
Please comment this out
> gzip_http_version 1.0; # for ab and wget
Please can you tell me what's in error log!
Thanks
aleks
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users