Hello, I have a cgi application that has a two way communication with a ldap application via open2:
|home.cgi| <===> |ldap.pl| I need to keep communicating with the same ldap.pl process as other cgi scripts are launched: |home.cgi| xxx |ldap.pl| <===> |admin.cgi| I don't know how to do that. Maybe if it were possible to open a pipe to a running application using it's pid..