Actually, it already exists: SRM (Script Running Machine). The project
was started by Derick Rethans and as I know of, he's currently working
on a PHP 5 version.
Luca Mariano wrote:[color=blue]
> Hi people,
> I'm developing the first PHP Application Server.
> It can run PHP classes that extends the HttpPhplet interface with the same
> methods of javax.http.HttpServlet.
> The phplet are like servlet, they runs into a container and implements
> init(), service(), destroy() methods.
> It's a brand new concept for PHP, but we have a solid experience with java
> servlets and the idea behind this (a web application with a servlet complete
> lifecycle) it's a valid one.
> The first releases of Phplet Application Server are already avaible for
> download! I placed the project into public domain at
>
http://phplet.sourceforge.net .
> Of course every experienced PHP developer is invited to join the project.
>
>[/color]