Fwd: Thread managment in Perl

2008-12-31 Thread perl pra
Hi All, I dont see error if i run the same script on Linux. But it still firing 100 requests in 6 seconds insted of 1 second. Any pointers on this? Thanks, PP On 12/30/08, zentara wrote: > > On Tue, 30 Dec 2008 14:47:08 +0530, perl...@gmail.com ("perl pra") > wrote: > > >Hi All, > > > >I am

Re: Thread managment in Perl

2008-12-31 Thread perl pra
Hi All, I dont see error if i run the same script on Linux. But it still firing 100 requests in 6 seconds insted of 1 second. Any pointers on this? Thanks, PP On 12/30/08, zentara wrote: > > On Tue, 30 Dec 2008 14:47:08 +0530, perl...@gmail.com ("perl pra") > wrote: > > >Hi All, > > > >I am t

Re: Thread managment in Perl

2008-12-30 Thread perl pra
Hi All, I am trying out a jmeter like tool with perl.The following are the tasks that my perl script needs to do. 1) Fire specified number of http requests in one second. 2) log the response times of the request. 3) the Thread should be freed once it completes the task. The following are the is

Thread managment in Perl

2008-12-26 Thread perl pra
Hi All, I am able to create simaltaneous threads and access a subroutine(which performs firing of reqeusts). with the created threads. Some time I get the following error *"Free to wrong pool 225f40 not 13ddbd50 at C:/Perl/lib/constant.pm line -1." .*Whats the reason for the error? ** Please chec

Thread managment in Perl

2008-12-26 Thread perl pra
Hi All, I am able to create simaltaneous threads and access a subroutine(which performs firing of reqeusts). with the created threads. Some time I get the following error *"Free to wrong pool 225f40 not 13ddbd50 at C:/Perl/lib/constant.pm line -1." .*Whats the reason for the error? ** Please chec