> 
> Ricardo SIGNES wrote:
> 
> >* Anish Mehta <[EMAIL PROTECTED]> [2004-07-07T04:49:30]
> >  
> >
> >>Does anyone knows about some good links on PERL POE, how it allows
> >>    
> >>
> >Perl
> >  
> >
> >>code to make asynchronous, non-blocking I/O calls and handle those I/O
> >>calls on the basis of Event Driven model and Event Queues.
> >>    
> >>
> >
> >poe.perl.org
> >
> >or, of course, the current front page article on perl.com:
> >     http://www.perl.com/pub/a/2004/07/02/poeintro.html
> >  
> >
> 
> >  
> >
> I have read from the above two links mentioned. Now Specifically what 
> should i read to know about "How to make asynchronous, non-blocking I/O 
> calls and handle those I/O calls on the basis of Event Driven model and 
> Event Queues..
> 

Do you understand what you are actually asking?  Do you understand what
asynchronous, non-blocking IO is?  Or what an event model is?  It seems
(not saying it is, just seems) that someone has thrown buzz words at you
and now you are asking about them, rather than having a real need.  If
so you need to understand these baseline items first.

POE is not something that can be picked up overnight, you need to
understand it fundamentally before you can do any specific tasks with
it.  You may want to start at:

perldoc perlipc

Then you need to read much more about POE Sessions, how it works as an
event model.  Then download and play with the examples in the POE
cookbook, run them, tweak them, run them again until you understand what
it really is doing.

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to