Joost van der Sluis wrote:
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.


It seems that you started on the ISAPI implementation.  How is that going?

--
Warm Regards,

Lee



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to