Re: please help with ithreads

[email protected] ("Martín Ferrari")
Newsgroups perl.ithreads
Message-ID <[email protected]>
Hi Khai!

Your code is not very easy to follow, and is really non-self-evident
in some places. Nevertheless, I can say that I don't see any reason to
use ithreads, with all the problems associated, when you can just fork
each worker. I don't see any interaction after the creation of the
thread, so it would be the same functionality, and a lot easier to
debug.

On 3/1/06, Khai Doan <[email protected]> wrote:
> Can someone see anything wrong with my code?  Sometimes it failed short
> when the list of urls to check is long.  Is ithread stable ?  Here is
> the output of perl -V :
>

> Is there any known issues with just including a non-thread-safe module
> (but not using it)?  Is the regex engine thread safe now?
>
> Thanks
> Khai
>


--
Martín Ferrari
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.