[fpc-pascal] FPC has multiple HTTP server components

Michael Van Canneyt michael at freepascal.org
Sun Oct 23 16:52:32 CEST 2011



On Sun, 23 Oct 2011, Graeme Geldenhuys wrote:

> Hi,
>
> I was looking through the FCL code and noticed that there seems to be
> more than one HTTP server component. What is the difference between
> them, and which one would be the better option as the basis for a HTTP
> based n-tier application server (for use with tiOPF).
>
> I found the recent one Michael van Canneyt committed in fcl-web:
>    fcl-web/src/base/fphttpserver.pp (TFPHttpServer component)
>
> I also found one in fcl-net:
>   fcl-net/src/httpsvlt.pp    (THTTPServer component)

This one is deprecated.

It was originally developed to create servlets for XML-RPC.
I will remove it.

Michael.



More information about the fpc-pascal mailing list