Content deleted Content added
No edit summary |
Disambiguated: Tk → Tk (framework) using Dab solver |
||
Line 4:
From CPAN:
:''"POE originally was developed as the core of a persistent object server and runtime environment. It has evolved into a general purpose multitasking and networking framework, encompassing and providing a consistent interface to other event [[
==POE Architecture: Layers of Abstraction ==
Line 33:
*POE::Wheel::ListenAccept - A subset of POE::Wheel::SocketFactory used for listening on existing server sockets and accepting connections from remote clients.
*POE::Wheel::ReadLine - A non-blocking, event driven analogue to Term::ReadLine.
*POE::Wheel::ReadWrite - A high-performance [[
===The file layers===
|