Re: [twsocket] 50000 concurrent SSL connections

2006-05-11 Thread Stadin, Benjamin
David Hooker schrieb: > > It is > likely that I will need to use hardware SSL acceleration (f.e., > http://h18004.www1.hp.com/products/servers/security/axl600l/index.html), > and it is likely that either the library I use will have to talk to > it, or I will have to program against it directly. Si

Re: [twsocket] 50000 concurrent SSL connections

2006-05-10 Thread Francois Piette
> We are required to support 50,000 open SSL links. > What kind of limitations would I run into? You should use a server farm to support 5 concurrent connections with a load balancing system. You can build your load balancer yourself, either at client side or at server side (or both sides). Yo