On 7 July 2015 at 16:14, Akshay Mohit <akshaymohit2...@gmail.com> wrote:
> I need to maintain a code for performance testing which is fully written
> using Threads


That doesn't seem to help me a lot.

Because "Performance testing" in itself doesn't require threads. If
you just need to load up processors, then forks will do that.

If you need to specifically test the perl threading implementation,
then you'd need threads, but I still haven't worked out why you need
to do that.

Is this a requirement that has simply been handed to you by some
superior, that you must do "a performance testing thing" and "a
performance testing thing in perl" and "a performance testing thing in
perl implemented using perl threads, not some other mechanism in perl
that achieves the same thing"?

I'm still not seeing it.



-- 
Kent

KENTNL - https://metacpan.org/author/KENTNL

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to