Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: An introduction to POE

by bsb (Priest)
on Aug 12, 2003 at 13:52 UTC ( [id://283177]=note: print w/replies, xml ) Need Help??


in reply to An introduction to POE

Events are generated by input engines (called Wheels)...

Why "Wheels"? This has puzzled me for a while.

Replies are listed 'Best First'.
Re: Re: An introduction to POE
by RMGir (Prior) on Aug 12, 2003 at 14:02 UTC
    The explanation is cute, but fairly non-obvious (from Evolution of a POE Server, on the POE site):

    The POE based server we just completed is still a bunch of work. What's worse, most of the work never changes from one server to the next. Listening to a server socket and accepting connections from it is a well-established science. Likewise, performing buffered operations on non-blocking sockets is largely the same everywhere. Reinventing these wheels for every server gets old very fast.

    We created a group of classes under the POE::Wheel namespace to encapsulate these standard algorithms. Each Wheel contains some initialization code to set up event generators, and each implements the handlers for those events.
    --
    Mike

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://283177]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found