On 17-Jan-00 Alexander Hinds wrote:
> I'm working on a TCP/IP Palm app that opens and closes *a lot* of sockets.
> Unfortunately I'm running into a problem such that after approximately 15
> "transactions", the next time I try to call NetLibSocketConnect() after
> creating the socket (without any error) it returns
> "netErrTooManyTCPConnections" (The app works fine in the emulator, but not
> with the Palm modem).
Yes I would also like a work-around for this. Same problem here and it is
preventing me from expanding the functionality of several programs. There
has to be a way to reset these sockets to be useable again without having to
close the library. I also tried waiting for the linger time to expire but it
never has! Even after 20 minutes, what's the deal with that..
/* Chris Faherty <[EMAIL PROTECTED]> */