developerinlondon
Programmer
Does anyone know of any opensource Socket Pooling library I could use similar to the database poolings available from various places.
Basically I want to be able to limit the amount of connections that can be initiated through a socket at a specific time so that we dont hit the remote server at the same time more then once (notice the remote server only breaks down if we *initiate* a connection at the same time, once a connection is established it can handle it)
Basically I want to be able to limit the amount of connections that can be initiated through a socket at a specific time so that we dont hit the remote server at the same time more then once (notice the remote server only breaks down if we *initiate* a connection at the same time, once a connection is established it can handle it)