Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Need Fast LWP GET

by bobinyec (Acolyte)
on Jun 12, 2020 at 19:27 UTC ( [id://11117994]=note: print w/replies, xml ) Need Help??


in reply to Re: Need Fast LWP GET
in thread Need Fast LWP GET

That's the devil of it. The LWP request is in a fork, like this:
fork If parent Do A If child Do B

B has the LWP request in it. Branch A sends PRINT commands to a browser. The page being presented is held up until the LWP request in Branch B is finished.

Maybe the fork command needs to be modified somehow so that both branches are truly independent.

Thanks,

jb

Replies are listed 'Best First'.
Re^3: Need Fast LWP GET
by Corion (Patriarch) on Jun 12, 2020 at 21:11 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-23 16:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found