in reply to Re^3: UDP server with IO::Socket::INET
in thread UDP server with IO::Socket::INET
the server could remove them when the send fails
That won't work. The send won't fail if the receiver stops receiving. You need some explicit disconnection mechanism.
The send will only fail if there's a local error (e.g. bad argument, no more resources, etc)
Kudos for IO::Socket::Multicast, though
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: UDP server with IO::Socket::INET
by rowdog (Curate) on Mar 04, 2010 at 11:24 UTC | |
by ikegami (Patriarch) on Mar 04, 2010 at 19:37 UTC | |
by rowdog (Curate) on Mar 05, 2010 at 12:54 UTC | |
by ikegami (Patriarch) on Mar 05, 2010 at 16:30 UTC | |
by rowdog (Curate) on Mar 06, 2010 at 17:39 UTC | |
|