Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Closing Sockets with IO::Socket::INET

by pc88mxer (Vicar)
on Aug 05, 2008 at 16:05 UTC ( [id://702402]=note: print w/replies, xml ) Need Help??


in reply to Closing Sockets with IO::Socket::INET

Are you forking to handle the connection? Is it possible that you have the socket opened twice (once in the parent and once in the child)? That would explain why closing the child socket doesn't close the connection.

For an example of how to write a forking TCP server, have a look at the documentation for Net::TCP::Server.

  • Comment on Re: Closing Sockets with IO::Socket::INET

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://702402]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found