New projects and updates
Just a few updates and some new projects.
newLISP modules
A Google Code project has been created for my newLISP modules. Anyone who would like to contribute is welcome. It can be found at .
Phorms
The Phorms library also has a Google Project page, located at . Contributions, as always, are welcome.
PHP Pipeline
PHP Pipeline is an asynchronous HTTP pool. It is very simple to use and extremely efficient on resources. Code and samples available at .
JoQ
is a simple message broker written in Java. Its design goals are efficiency, speed, and ease of use. It is optimized for use as a massive job queue for multiple work flows. One neat feature is the ability to create multiple queues on the fly and add jobs to multiple queues; retrieved jobs are removed from all queues in which they appear.
This is a fairly new project and there is not much code yet written, but if anyone has any suggestions, comments, or contributions, I am happy to hear them.