On Fri, Feb 13, 2009 at 02:42, Kelvin Philip wrote:
> Hi,
>
> I am calling two seperate fuctions defined under two different perl modules
> via two independent threads. Now, I use the $thr->join; command to wait for
> the first thread to complete and then start the second. But it seems that
> the
Hi,
I am calling two seperate fuctions defined under two different perl modules
via two independent threads. Now, I use the $thr->join; command to wait for
the first thread to complete and then start the second. But it seems that
the two module functions are being executed simultaneously. The inte