in reply to Re^2: Forking and shelling out to curl
in thread Forking and shelling out to curl
So, I returned back to figuring out why shelling out is causing problems, and it looks like a large part of my problem was a sleep 300 that was supposed to be a sleep 3 for testing and the rest was my $? check, which doesn't work as expected when forking (or maybe it's tied to signal handling). The downsides of not having a second pair of eyes to spotcheck the code.
Thanks for the help though! Trying to get Net::Curl and then LWP::USerAgent working let me return back to the code with a fresh set of eyes.
EDIT: For some reason, nothing gets logged the first run through the main while(1), so the sleep makes it look like the script is hanging, so I ended up chasing the wrong issue.
Elda Taluta; Sarks Sark; Ark Arks
My deviantART gallery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Forking and shelling out to curl
by Corion (Patriarch) on Mar 27, 2019 at 09:46 UTC | |
Re^4: Forking and shelling out to curl
by bliako (Abbot) on Mar 27, 2019 at 09:39 UTC | |
by Argel (Prior) on Jan 11, 2020 at 00:15 UTC | |
by Anonymous Monk on Jan 11, 2020 at 07:50 UTC | |
by Corion (Patriarch) on Jan 11, 2020 at 08:04 UTC | |
Re^4: Forking and shelling out to curl
by soonix (Chancellor) on Mar 27, 2019 at 07:09 UTC |