Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSending requests to BOA while CGI is running...
Hi all, My problem is very simple : After choosing some parameters in a classic HTML page, a CGI script is launched (according to the user parameters) but the program inside the cgi is ver...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I suggest you create an always running demon program that does the complex work and have the CGI program communicate with that demon via a pipe. -Michael --- Quote End --- This is actually exactly something I need to do as well and I'll be looking into it more once I roll around the the CGI/web part of the application.