Re: [fpc-pascal] FPC has multiple HTTP server components

2011-10-23 Thread Michael Van Canneyt



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.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC has multiple HTTP server components

2011-10-23 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said:
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.

deprecate it first, then we'll merge the deprecation to 2.6.0, and people
have a full major release cycle to migrate to alternatives.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal