On Tue, Sep 13, 2005 at 12:20:38PM -0700, j.random.programmer wrote: [...] > Instead of spawning a new process every time via > CGI, is there anyway for me to start my servlet > engine that listens on some tcp port (say 8080) and > then have mathopd send CGI requests over this port > and then recieve the results back from that port and > send them out to the client ?
Maybe you could use the cgi-fcgi stub from the FastCGI package. See http://www.mathopd.org/wiki?PhpFastCGI for an example of using that with php. HTH Juergen -- Juergen Daubert | mailto:[EMAIL PROTECTED] Korb, Germany | http://jue.li/crux
