[Lazarus] New version of WebDesign available

Joost van der Sluis joost at cnoc.nl
Wed Mar 17 14:27:27 CET 2010


On Wed, 2010-03-17 at 12:57 +0100, Michael Schnell wrote:
> On 03/17/2010 11:58 AM, Joost van der Sluis wrote:
> > That's not true. What you could do is keep your program/module
> > persistent in memory. In every cgi-call from the client you include a
> > session-identifier. Then you can decide on the server side to which
> > persistent module this call has to be referred to.
> >   
> AFAIK, the web server will not send anything to the browser unless it
> detects that the CGI program exits. So polling does not work, as the
> http client does not see any answers.

In all cases I'm talking about fcgi, offcourse. Or you can make it an
Apache module. Or, indeed Isapi. But the headers for this are still
missing.

Note however that this is all really build for web-applications. If you
want to make some embedded-remote-gui system. This all won't work and
you have to build your own TApplication type, indeed.

Joost.





More information about the Lazarus mailing list