POE - portable multitasking and networking framework for Perl.

    And in Russian, a platform-independent framework for creating multi-tasking and network applications in Perl.

    POE allows you to create multitasking applications quite simply and quickly, without really thinking about managing processes and other pleasant things that you have to deal with when you want to write a multitasking application. POE takes all this burden, we only describe what we want to do. In most cases, the entire application is executed by one process, but if necessary, the POE can spawn child processes and communicate with them.

    Read more...

    Also popular now: