75a94b9e40
Perl application kernel with event driven threads PR: 26959 Submitted by: Sergey Skvortsov <skv@protey.ru>
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
POE is a framework for building Perl programs that lends itself naturally
|
|
to tasks which involve reacting to external data.
|
|
|
|
POE does standard event loop things, cooperative multitasking,
|
|
network clients and servers; includes a high level class library that takes
|
|
care of event driven I/O; provides a framework for portable program components.
|
|
|
|
WWW: http://poe.perl.org/
|