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

Reply via email to