Hi "a b",

On Fri, 4 Nov 2011 15:18:00 +0530
a b <testa...@gmail.com> 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 them that help themselves." ( http://en.wikiquote.org/wiki/Aesop ).

Regards,

        Shlomi Fish

> Regards
> a b
> 
> On Thu, Nov 3, 2011 at 9:06 PM, Shlomi Fish <shlo...@shlomifish.org> 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 +0530
> > a b <testa...@gmail.com> 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 from this URL:
> >
> > http://perl-begin.org/uses/multitasking/
> >
> > Regards,
> >
> >        Shlomi Fish
> >
> > >
> > > Regards
> > > ~
> > >
> > > On 11/3/11, Shlomi Fish <shlo...@shlomifish.org> wrote:
> > > > On Thu, 3 Nov 2011 06:49:36 +0100
> > > > timothy adigun <2teezp...@gmail.com> wrote:
> > > >
> > > >> Hi a b,
> > > >>
> > > >> a b <testa...@gmail.com> 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 Line Interface, you can
> > do:
> > > >> perldoc -oHTML -dbenchmark.html benchmark,
> > > >> then you have your perldoc benchmark in html format then read how to
> > use
> > > >> it --
> > > >>
> > > >
> > > > In addition, see:
> > > >
> > > > http://search.cpan.org/dist/Devel-NYTProf/
> > > >
> > > > Which is a sophisticated profiler for Perl.
> > > >
> > > > Other than that, threads may not be the answer due to the way they are
> > > > implemented in Perl. Process forking or async IO may be better:
> > > >
> > > > http://perl-begin.org/uses/multitasking/
> > > >
> > > > Regards,
> > > >
> > > >     Shlomi Fish
> > > >
> > > > --
> > > > -----------------------------------------------------------------
> > > > Shlomi Fish       http://www.shlomifish.org/
> > > > "The Human Hacking Field Guide" - http://shlom.in/hhfg
> > > >
> > > > Comedy is simply a funny way of being serious.
> > > >     — http://en.wikiquote.org/wiki/Peter_Ustinov
> > > >
> > > > Please reply to list if it's a mailing list post -
> > http://shlom.in/reply .
> > > >
> >
> >
> >
> > --
> > -----------------------------------------------------------------
> > Shlomi Fish       http://www.shlomifish.org/
> > My Favourite FOSS - http://www.shlomifish.org/open-source/favourite/
> >
> > “You are banished! You are banished! You are banished!
> > Hey! I’m just kidding!”
> >
> > Please reply to list if it's a mailing list post - http://shlom.in/reply .
> >



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
"The Human Hacking Field Guide" - http://shlom.in/hhfg

When Chuck Norris uses git, he takes a coffee break after initiating every git 
commit. And then he waits for the commit to finish.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to