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

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

[fpc-pascal] FPC has multiple HTTP server components

2011-10-22 Thread Graeme Geldenhuys
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