Forum Discussion
Altera_Forum
Honored Contributor
16 years agoApache can connect to an already running CGI program. This is an extension to the normal way CGI works.
I don't think that boa can do something like this. I suggest you create an always running daemon program that does the complex work and have the CGI program communicate with that daemon via a pipe. -Michael