![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: Persist shell appby bbfu (Curate) |
on Apr 02, 2004 at 14:58 UTC ( #341994=note: print w/replies, xml ) | Need Help?? |
Alternatively, you could create a wrapper for the unix application that runs in the background. Your CGI program would then simply forward requests to the unix application via the wrapper, using a unix domain socket, named pipe, or other such bi-directional IPC mechanism, and the wrapper would forward back any replies over the same IPC channel. bbfu
In Section
Seekers of Perl Wisdom
|
|