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


in reply to 3 weeks wasted? - will threads help?

If you don't want to try threads, continuations or coroutines may be of help. They make multitasking without forking or threading possible.

Have a look at Marc Lehmanns Coro module.

  • Comment on Re: 3 weeks wasted? - will threads help?