Re: creating multiple threads in perl



perl pra wrote:

I need to create "n" mulitple threads simaltaneously and all the threads
should do same operation(just like Jmeter).


i have a subroutine

sub printname{

my ($tid)=@_;

print "name is guru tid is $tid\n";

}



all the threads should execute the above subroutine simaltaneoulsy.

And what is your question?

Rob
.



Relevant Pages

  • Re: creating multiple threads in perl
    ... should do same operation(just like Jmeter). ... all the threads should execute the above subroutine simaltaneoulsy. ... The most important skill a programmer can have is the ability to read. ...
    (perl.beginners)
  • creating multiple threads in perl
    ... should do same operation(just like Jmeter). ... all the threads should execute the above subroutine simaltaneoulsy. ...
    (perl.beginners)