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).

  • Comment on Re^3: Maintain TCP client connection to server?

Replies are listed 'Best First'.
Re^4: Maintain TCP client connection to server?
by Anonymous Monk on Mar 25, 2005 at 02:17 UTC
    Hi,

    thanks for response. Indeed I'm testing this script on Win32, but will definitely use script on Linux systems. Do you think that this will work better under Linux ?

    Regards,

    Rob.