Re: creating multiple threads in perl
- From: rob.dixon@xxxxxxx (Rob Dixon)
- Date: Wed, 28 May 2008 14:32:02 +0100
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
.
- References:
- creating multiple threads in perl
- From: Perl Pra
- creating multiple threads in perl
- Prev by Date: RE: about SFTP and Thread dependency
- Next by Date: RE: about SFTP and Thread dependency
- Previous by thread: Re: creating multiple threads in perl
- Index(es):
Relevant Pages
|