Dear Alexey,

my recommendation is to try nginx. We have up to 3000 concurrently open tcp-connetions, the systems is very reponsive. On the same system we ran into problems at about 800 connections with pound; then we reduced the stack size, that helped until 1500
connections, then we switched.

nginx is more work to configure. at least the english documentation is sometimes tough to read, but here you have an advantage. nginx is very stable and fully
featured.

-gustaf neumann

Alexey Pechnikov schrieb:
Hello!

I'm now have problem with AOLServer (version 4.5.1) and pound (2.4.3.1). For 500+ active users my pound SSL proxy is not effective (for Core Quad server Load Average <= 2.0 and system idle is about 0.5 but response time is more than 1 second! AOL can serve pages fast but pound is "bottle neck"). I need cookie-based virtual hosts. Is nginx good for me?
P.S. Russian is my own language and can read nginx documentation.

As example my pound configuration:

    Service
        HeadDeny "X-SSL-.*"
        HeadRequire "Host:.*offline.mts.mobigroup.ru.*"
        HeadRequire "Cookie: .*session=branch%3Dstable&unit%3D1"
BackEnd Address 127.0.0.1 Port 8001 End End Service HeadDeny "X-SSL-.*" HeadRequire "Host:.*offline.mts.mobigroup.ru.*" HeadRequire "Cookie: .*session=branch%3Dstable&unit%3D3" BackEnd Address 127.0.0.1 Port 8003 End End
...

Service HeadDeny "X-SSL-.*" HeadRequire "Host:.*offline.mts.mobigroup.ru.*" BackEnd Address 127.0.0.1
            Port    8000
        End
    End


Best regards, Alexey Pechnikov.
http://pechnikov.tel/


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
<lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
<lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to