Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: server to server communication

by jdhedden (Deacon)
on Jun 15, 2006 at 17:43 UTC ( [id://555571]=note: print w/replies, xml ) Need Help??


in reply to server to server communication

You can also try to use threads:
threads->create(sub { get($url); })->detach();
This puts the call the 'get' in the 'background', and allows your main thread to continue working.

Remember: There's always one more bug.

Log In?
Username:
Password:

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

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

    No recent polls found