Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Problem with Threaded Socket Server

by BrowserUk (Patriarch)
on Aug 18, 2013 at 20:19 UTC ( [id://1049941]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    "Destroying $self->{NAME}" at ... etc
    
  2. or download this
    sub DESTROY {
        my $self = shift;
    ...
        }
        $self->close;
    }
    
  3. or download this
    sub USB {
        my $Q = shift;
    ...
            $retQ->enqueue( $answer );
        }
    }
    
  4. or download this
    sub client {
        my $client = shift;
    ...
        print $client $result;
        ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-25 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found