POE
From KallestadWiki
Perl Object Environment
POE is the Perl Object Environment. While perl has threading support, it is not supported by every environment that supports perl, there are varying reports of stability, and there are a great deal of perl modules out there that either do not support threading or do not have any information as to whether or not they are stable in threaded environemnts.
POE is a module to help build event-driven multi-tasking applications within perl. Perl6 will end up replacing pieces of POE with native support, but POE will continue to live on - it will just become more efficient, so porting from Perl5 + POE to Perl6 + POE should require negligible more effort than just straight Perl5 to Perl6.
The question of porting becomes a bit different when relying on non-core modules, so it is important to gauge potential for Perl6 support when deciding which direction to go.
Database Connection Pooling Topics
- Database Pool
- Development Concerns
- Design Overview
Kallestad Development Framework Topics
- KDF Home
- Project Overview
- Technical Information
- Licensing
