SCGI proof-of-concept implementation

2008-08-25 Thread Michel Lespinasse
Hi, I've been looking at the scgi protocol and found it really easy to implement. Would there be any interest in this ? and if so, is it too late to make it into mathopd-1.6 already ? Attached is a small proof-of-concept patch to start up the discussion. I'm not sure if majordomo likes

SCGI patch for mathopd-1.6b9

2008-09-08 Thread Michel Lespinasse
Hi, I have implemented an SCGI patch for mathopd-1.6b9. You use it with: Specials { SCGI { .scgi }} where the .scgi file is a unix domain socket to the SCGI application. Also, the SCGI application should have a large enough listen queue to accomodate the number of simultaneous connections