[fpc-devel] TClientDataset (was: Dnamic packages support)

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Nov 5 18:02:36 CET 2007


On 05/11/2007, Michael Van Canneyt <michael at freepascal.org> wrote:
> > Is something like this possible with FPC?  I guess the first question
> > is, do we have a webserver component for FPC? Secondly, does FPC
> > support SOAP?
>
> Yes on both accounts.

Excellent, something new to experiment with. Where could I find that
webserver component?
...and thanks for the info on midas!


I'm thinking of implementing some type of application server that sits
on the same server (or even elsewhere) as my CGI apps.  Currently my
CGI apps have to grab the web variables, open a db connection, read
the data, process it into a HTML page and close the DB connection.
Opening and Closing DB connections tend to be slow, so if some
application server can keep the connection open and just return the
requested data to the CGI app, it should speed things up (I think).

PS:
  I have no idea how you do performance/speed tests with CGI apps!
This idea is all in theory. ;-)


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-devel mailing list