Re: timings of perl subroutine with a program

2011-11-07 Thread a b
Thanks a ton!! Hats off to you for encouragement On Fri, Nov 4, 2011 at 5:05 PM, Shlomi Fish wrote: > Hi "a b", > > On Fri, 4 Nov 2011 15:18:00 +0530 > a b wrote: > > > apologize!! > > > > Can you help me to understand how async I/O can help me > > > > What's wrong with the resources in the UR

Re: timings of perl subroutine with a program

2011-11-04 Thread Shlomi Fish
Hi "a b", On Fri, 4 Nov 2011 15:18:00 +0530 a b wrote: > apologize!! > > Can you help me to understand how async I/O can help me > What's wrong with the resources in the URL I pointed you to? There's also http://en.wikipedia.org/wiki/Asynchronous_I/O which may be of interest. "The Gods help

Re: timings of perl subroutine with a program

2011-11-04 Thread a b
apologize!! Can you help me to understand how async I/O can help me Regards a b On Thu, Nov 3, 2011 at 9:06 PM, Shlomi Fish wrote: > Hello a b, > > please reply to the list as I specifically request in my signature. > (Wretched > gmail.com.) I'm CCing the list. > > On Thu, 3 Nov 2011 16:15:11

Re: timings of perl subroutine with a program

2011-11-03 Thread Shlomi Fish
Hello a b, please reply to the list as I specifically request in my signature. (Wretched gmail.com.) I'm CCing the list. On Thu, 3 Nov 2011 16:15:11 +0530 a b wrote: > Thanks Shlomi!! > > I am not sure about async I/O? > > any pointers about this one. It is new to me so far > See the links

Re: timings of perl subroutine with a program

2011-11-03 Thread Shlomi Fish
On Thu, 3 Nov 2011 06:49:36 +0100 timothy adigun <2teezp...@gmail.com> wrote: > Hi a b, > > a b wrote: > > > Hi all, > > > > i need to track down how much time each function is taking and anlyze if > > threads can help > > > > do we have any such function?? > > > > **You can use ** use Benchma

Re: timings of perl subroutine with a program

2011-11-02 Thread timothy adigun
Hi a b, a b wrote: > Hi all, > > i need to track down how much time each function is taking and anlyze if > threads can help > > do we have any such function?? > **You can use ** use Benchmark qw(:all) **. >From your CLI you can do: perldoc benchmark, or if you not like reading from the command