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


in reply to Can we write multi-threaded scripts ?

I use threads whenever I think it makes sense and had no problem with them. I use this as a skeleton: https://www.perlmonks.org/?node_id=735923

Beware, shared memory is tricky with them...

  • Comment on Re: Can we write multi-threaded scripts ?