Uploaded 0.5.0 Release package.
Not Production quality! Use at own risk!
Change log provides more depth of the changes involved. In short project was moved to PHP 5.3 to support namespaces to make life easier for jobs and also garbage collection.
Workable release, with many fixes from the previous. CPU usage issue resolved.
The code is in a working order to the point where it can be previewed. This is not a 1.0 or a production quality release. There are still quite a few bugs and memory leaks that need to be ironed out.
Today has been significant in the development. We currently have a cli interface with the application. The cli interface was the last piece required for the file application to be in a somewhat usable status but there is still plenty of code that needs to be put in before we can achieve a 1.0 release.
With the current state I can say we are probably at an alpha status where people can tinker and get a feel for how it works but is not ready for a production environment.
I have been working on PHPDog for a little while in my spare time. I finally have it in a working status to be able to say its in pre-alpha. The program starts up, listens for jobs, and if processes are configured it will manage those. The pieces missing is a CLI interface into the application to submit jobs which after that is complete a GUI interface is planned but will require additional changes made to include a security model.