in reply to Perl CGI ability to start linux services

I was thinking of using a perl script running in the background by root to pick up commands left by the cgi script and then executing them. But this seems like a silly way of doing things. Are there any suggestions? Thanks.
Run it only periodically, with cron/at :)
  • Comment on Re: Perl CGI ability to start linux services

Replies are listed 'Best First'.
Re^2: Perl CGI ability to start linux services
by iphony (Acolyte) on Nov 29, 2008 at 01:53 UTC
    No it ca'nt run periodically, cos I need the command to be executed immediately when the user clicks on buttons in the cgi script.