J
Jacob
Is there any tutorials or documentation that you could point me towards
regarding pooling requests for a limited number of sockets?
I want users of this class to be able to request a socket and if one isn't
available, their request will be queued and a socket returned when it is
available. Consequently, if a socket is no longer in use, how to return it
to the pool. This is all in an attempt to not make so many connections to a
particular port, but use one if it has already been established.
Does anybody know what I'm talking about?
Any help is appreciated.
Thanks,
Jacob
regarding pooling requests for a limited number of sockets?
I want users of this class to be able to request a socket and if one isn't
available, their request will be queued and a socket returned when it is
available. Consequently, if a socket is no longer in use, how to return it
to the pool. This is all in an attempt to not make so many connections to a
particular port, but use one if it has already been established.
Does anybody know what I'm talking about?
Any help is appreciated.
Thanks,
Jacob