On Dec 14, 6:42 pm, oiss...@gmail.com (Tessio Fechine) wrote:
> 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
On Wed, 14 Dec 2011 20:42:10 -0300, Tessio Fechine wrote:
> I have a cgi application that has a two way communication with a ldap
> application via open2:
>
> I need to keep communicating with the same ldap.pl process as other cgi
> scripts are launched:
Sounds like you want a named pipe.
--
Pe
On Wed, 14 Dec 2011 20:42:10 -0300
Tessio Fechine wrote:
> 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 launch
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
- Original Message -
From: "Veeraraju_Mareddi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 04, 2001 11:58 AM
Subject: IPC Question
> open(WRITE, "|notepad");
> print WRITE "Raju";
>
> This should open a no
open(WRITE, "|notepad");
print WRITE "Raju";
This should open a notepad and write Raju to the notepad. But its not doing
So
WHY??.
With Regards
Raju
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]