Hi, I would like ask a question:
I would like to have control over the number of simultaneous connections on
the backends or on the Listener HTTP, my configuration is:
##############################################
User "pound"
Group "pound"
LogLevel 2
## check backend:
Timeout 45
Alive 10
Control "/opt/pound-2.3.2/etc/pound.socket"
ListenHTTP
Address 192.168.1.100
Port 80
Service "www.myweb.com"
BackEnd
Address 192.168.1.20
Port 80
End
BackEnd
Address 192.168.1.21
Port
End
End
End
############################################
I would like to control 20 simultaneous connection by a backend for example,
if the number is more the connection would be rejected.
Can Pound do this?
I readed about "MaxRequest" on HTTP Listener directive but in the man page
I readed about size on bytes not number of connections
Thanks and Regards!
--
Load balancer distribution - Open Source Project
http://zenloadbalancer.sourceforge.net
Distribution list (subscribe): [email protected]
--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.