in reply to Daemon - Child - Client - Server

Anyone have an existing project like this that could help guide me, or some code examples?

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.