in reply to Re: WWW::Curl pause conflict
in thread WWW::Curl pause conflict

I understand that it is not safe to use sleep and a timer at the same time within Perl code. My sample uses POSIX timers and alarm. https://www.febo.com/pages/perl_alarm_code/ At the same time: this code works fine for other types of work, like here: https://github.com/kronometrix/recording/blob/master/bin/linux/cpurec

Replies are listed 'Best First'.
Re^3: WWW::Curl pause conflict
by Anonymous Monk on Sep 21, 2015 at 06:52 UTC