Hi,
I have tested this on various machines with node.js v0.11.14-pre (downloaded this for round robin on clustering, as earlier it was not using up all the workers)
1. Digitalocean droplets (dual core)
2. a virtual server (16 cores cpu)
3. a dedicated server (8 cores cpu)
I'have opened this proxy now only for around 100-200 users anytime users and I want to scale it till upto 1000 or even more users. This I have bundled into chrome as an extension where users enable this and anonymise themselves for privacy reasons. I have talked to the developer of spdyproxy , he said more cpu and more RAM would not help as there are not compute tasks, but I have taken number of more cores just for cluster module to create the worker process.
I have been looking for what the problem is...! there is issue on tls on this blog (
https://blog.indutny.com/0.benchmarking-tls), is this what causing the problem, or the server.js errors in the code node-spdyproxy or is it that or still node.js not ready for this.
Also what caused the threads(cluster process) die slowly one after the other?
How can I get rid of --debug-port for cluster in this build?
Thank You
Sai