http://qs321.pair.com?node_id=11124412


in reply to script hanging at thread start

Without seeing the rest of your code, you would do well to throttle the number of ithreads (not real "threads") being active at any given time. And since you're dealing with external services, I would also set an alarm (timeout) inside of your anonymous sub that you're using to call runMain.

Replies are listed 'Best First'.
Re^2: script hanging at thread start
by Anonymous Monk on Dec 02, 2020 at 10:19 UTC
    Alarm has no place