in reply to Perl threads - parallel run not working

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^2: Perl threads - parallel run not working
by aaron.schweitzer (Novice) on Sep 16, 2015 at 05:46 UTC

    Hello sundialsvc4,
    I was infact working on this strategy of spawning multiple processes instead of threads. This specific script is infact invoked as a background process via another script that works as the main interface, so spawning multiple process should save sometime than figuring this one out.
    May be avoidance is the best strategy in this case.
    Thanks

Re^2: Perl threads - parallel run not working
by BrowserUk (Patriarch) on Sep 16, 2015 at 02:42 UTC

    Twat!