I'm writing a daemon to send soap requests to a Apache web server running on Windows. If the soap requests return the appropriate XML string, I need to launch a child process/fork/etc to run and complete a task on the server from which the daemon is running.
Does anyone have any suggestions on which modules to use? Does anyone have any sample code of daemons?