in reply to Daemon - Child - Client - Server
merlyn has a two part article that shows how to set up a separate, semi-persistent server session using HTTP::Daemon. The client connects to the web server, which forks a session process and redirects the client to it. The client then communicates with the session process until the session is done or the session times out.
|
|---|