Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Socket hang. (Windows or Perl? Solutions?) (Updated)

by marioroy (Prior)
on Sep 01, 2018 at 04:25 UTC ( [id://1221489]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    # Parallel example for Perl not built with threads support.
    ...
            $n1 / ( time() - $start );
    }
    
  2. or download this
    Y:\>perl demo_thr.pl
    server:29889 client:29889 cycles: 2119.429/secTerminating on signal SI
    +GINT(2)
    ...
    Y:\>perl demo_mce.pl
    server:35619 client:35620 cycles: 1771.711/secTerminating on signal SI
    +GINT(2)
    
  3. or download this
    $ perl demo_thr.pl
    server:31879 client:31879 cycles: 2128.663/sec
    ...
    $ perl demo_mce.pl
    server:31690 client:31691 cycles: 1856.834/sec
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-23 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found