Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI know that the way apache accesses cgi programs in case that they are already running and how it starts such programs is a "standard". It defines how to do this via TCP/IP and via pipe. (I forgot the name of the standard.) Moreover I know at least one "gateway" cgi program (done in Pascal), that can be called in the normal CGI way and converts the call according to that standard.
So I suppose adhering to this standard access method is a good idea. Let me know how you proceed. -Michael