[fpc-pascal] Servlet server for Fpc apps

Eduardo Morras emorras at xroff.net
Tue Mar 31 00:10:42 CEST 2009


At 23:05 30/03/2009, you wrote:

>I'll chime in, I did a haxe servlet server called hxServlet, it's
>available on libs.haxe.org. I'm thinking of doing something similar for

....

>distinction with a VM in a scripting language, but for something I have
>to compile anyway i'm not convinced of the wins.
>
>Thanks for fpc, it's very pleasant to work with.
>
>Cheers
>
>bd

Sorry for interrupt this thread, but returning to my first question 
and the next answers, i want to make a apache-tomcat like servlet 
server, open-source (BSD like license) and in free-pascal. No VMs, or 
bounded to one or few languages, only a servlet server that switch on 
the servlets, sends them the data and receives from them the data.

I want to make a cloud computing using servlets, it allows me to 
load-balance the load between different servers, use different 
architectures, different technologies, etc..

In some weeks i'll try to get something useful and share it.

Thanks a lot to everyone.

Eduardo 




More information about the fpc-pascal mailing list