As I told earlier there is a code already written on Performance testing using Perl threads and I need to maintain and own it because the person who was doing it earlier left the organization, so I am bound to maintain the code which is using threads and presently cant make use of any other concepts of Perl.
So, could you pls suggest me some study materials/links for the same. -Akshay On Tue, Jul 7, 2015 at 9:55 AM, Kent Fredric <kentfred...@gmail.com> wrote: > 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 >