http://qs1969.pair.com?node_id=341966

geoffeg has asked for the wisdom of the Perl Monks concerning the following question:

I'm looking for a way to persist a unix application across web (CGI) requests. I have an interactive command line app that I'm wrapping with IPC::Run. I need to start a new instance of the command line app via the web and then access that allready running app via later requests. I have no idea where to start in this. Help!? :)