Re: [users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-12 Thread Bob Furber
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

Re: [users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-11 Thread Jeff Trawick
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)

[users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-11 Thread Bob Furber
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

[users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-10 Thread Bob Furber
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