Re: Need help with a simple UNIX sockets server based on IO::Socket::UNIX
- From: "Craig Manley" <glideraerobatics@xxxxxxxxxxx>
- Date: 14 Apr 2005 02:22:59 -0700
Oops sorry, the working workaround (not solution) is this:
while (($client = $sock->accept()) || ($client = $sock->accept())) {
....
}
.
- References:
- Need help with a simple UNIX sockets server based on IO::Socket::UNIX
- From: Craig Manley
- Need help with a simple UNIX sockets server based on IO::Socket::UNIX
- Prev by Date: Need help with a simple UNIX sockets server based on IO::Socket::UNIX
- Next by Date: Net::Netmask -> match usage problems
- Previous by thread: Need help with a simple UNIX sockets server based on IO::Socket::UNIX
- Next by thread: Re: Need help with a simple UNIX sockets server based on IO::Socket::UNIX
- Index(es):