On 12-09-11 10:43 AM, Jeff Trawick wrote:
One step up would be to use FastCGI instead of CGI, which would leave
your request handler running as a separate process but which would
perform much better as there would be no need to create a new process
for every request it handles. That might not r
On Tue, Sep 11, 2012 at 1:11 PM, Bob Furber wrote:
> Can anyone point me in the right direction as to how to go about
> Transferring xhr messages between Apache and a Persistent Program?
>
> We currently use a cgi script (C program) that transfers xhr messages back
> and forth to a persistent (C)
Can anyone point me in the right direction as to how to go about
Transferring xhr messages between Apache and a Persistent Program?
We currently use a cgi script (C program) that transfers xhr messages
back and forth to a persistent (C) program using shared memory.
Although the CGI program [s
Can anyone point me in the right direction as to how to go about
Transferring xhr messages between Apache and a Persistent Program?
We currently use a cgi script (C program) that transfers xhr messages
back and forth to a persistent (C) program using shared memory.
Although the CGI program [s