C
Cablito
I want to write a HTTP proxy with C#, but I am unsure if it will scale;
I need to handle at least 5000 simultaneous users per server.
The servers can be MP with 2GB ram, that isn´t the issue. I will be
filtering the http streams for keywords, so there is a processing load
there.
I need to handle at least 5000 simultaneous users per server.
The servers can be MP with 2GB ram, that isn´t the issue. I will be
filtering the http streams for keywords, so there is a processing load
there.