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.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to