in reply to Background processes triggered from Apache...

merlyn has a two part column that covers the basics for forking off a process from your CGI, and then redirecting the browser to the forked process, which runs is using HTTP::Daemon to be its own web server (on a different port).

If you control the server, this if fair game. Some ISPs, however, will get miffed if they catch you doing this.

  • Comment on Re: Background processes triggered from Apache...