Warning: include(/menu.php) [function.include]: failed to open stream: No such file or directory in /homepages/39/d219104545/htdocs/phpkit/1.3/class/phpk-interface/PHPKMenuData.php on line 156

Warning: include() [function.include]: Failed opening '/menu.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/39/d219104545/htdocs/phpkit/1.3/class/phpk-interface/PHPKMenuData.php on line 156

Warning: include(/menu.php) [function.include]: failed to open stream: No such file or directory in /homepages/39/d219104545/htdocs/phpkit/1.3/class/phpk-interface/PHPKMenuData.php on line 156

Warning: include() [function.include]: Failed opening '/menu.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/39/d219104545/htdocs/phpkit/1.3/class/phpk-interface/PHPKMenuData.php on line 156

Warning: Cannot modify header information - headers already sent by (output started at /homepages/39/d219104545/htdocs/phpkit/1.3/class/phpk-interface/PHPKMenuData.php:156) in /homepages/39/d219104545/htdocs/phpkit/1.3/class/phpk-core/PHPKPage.php on line 65
Ascent Phase
Ascent Phase.org Site

PooliT

PooliT is a Java object pooling library capable of pooling any type of Java object. Pooling objects can increase program performance and avoid the overhead of object creation. Good candidates for pooling are classes that have costly instantiation routines, like database connections or sockets. By conserving and re-using these objects, you save processor cycles creating new objects and also alleviate the garbage collector from having to reclaim them up after use.

PooliT is licensed under an BSD-style opensource license. Please read the LICENSE file included with PooliT for details.