Re: [users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Eric Covener
On Thu, Oct 18, 2018 at 10:33 AM Edward J. Yoon wrote: > > I increased some options (maxRequestWorkers, ServerLimit ..), and finally > was able to connect 20k concurrent connections. But that's not enough. I want > to use 4 backend servers w/ single Apache LB.. > > Apache server shows "tasks: x

Re: [users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Edward J. Yoon
I increased some options (maxRequestWorkers, ServerLimit ..), and finally was able to connect 20k concurrent connections. But that's not enough. I want to use 4 backend servers w/ single Apache LB.. Apache server shows "tasks: x (limit: 19660)". Can I handle at least 200k connections with single

Re: [users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Eric Covener
On Thu, Oct 18, 2018 at 3:14 AM Edward J. Yoon wrote: > > Hi, > > I've installed Apache2 on Unbuntu 18.04, and enabled {a2enmod rewrite > proxy proxy_http proxy_wstunnel proxy_balancer lbmethod_byrequests} > modules. > > And then, I've configured like: > https://github.com/edwardyoon/Heimdallr#get

[users@httpd] Limited Websocket connections with mod_proxy

2018-10-18 Thread Edward J. Yoon
Hi, I've installed Apache2 on Unbuntu 18.04, and enabled {a2enmod rewrite proxy proxy_http proxy_wstunnel proxy_balancer lbmethod_byrequests} modules. And then, I've configured like: https://github.com/edwardyoon/Heimdallr#getting-started According to my benchmark using tsung tool, each backend