Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

TCP Client-Server: Server exits though it shouldn't

by svenXY (Deacon)
on Jan 26, 2009 at 09:55 UTC ( [id://738892]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    
    print STDERR "Parent $$: Should never get here\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    exit 1 unless $line eq 'SUCCESS';
    exit 0;
    
  3. or download this
    Parent 11124: Server up
    Parent 11124: Closing child socket
    ...
    Parent 11124: Should never get here
    Child 11131: Read from client: some_client 11130
    Child 11131: Sent READY, closing
    

Log In?
Username:
Password:

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

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

    No recent polls found