Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Re: Re: Re: How do I close a POE SocketFactory Socket?

by rcaputo (Chaplain)
on Jun 27, 2002 at 05:37 UTC ( [id://177636]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      sub agent_handler {
        # ...
    ...
        $wheel->put("Greetings from MyServer version 1.0");
        # ...
      }
    
  2. or download this
      sub agent_handler {
        # ...
    ...
        delete $heap->{wheel}->{$wheel_id};
        delete $heap->{socket}->{$wheel_id};
      }
    
  3. or download this
      $heap->{$wheel->ID} =
        { wheel  => $wheel,
          socket => $socket,
          foo    => $foo,
        };
    
  4. or download this
      delete $heap->{$wheel_id};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-24 03:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found