in reply to Re^2: Maintain TCP client connection to server?
in thread Maintain TCP client connection to server?
Note that what you're doing may not even be possible, depending on your operating system (more specifically, depending on the TCP stack you're using). If perl thinks you're still connected, it's likely because the TCP stack thinks you're still connected. And there's not a darned thing you can do about that, other than switch stacks (generally, this means switching OS's).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Maintain TCP client connection to server?
by Anonymous Monk on Mar 25, 2005 at 02:17 UTC |