Re: ipc question

2011-12-16 Thread thebarn...@gmail.com
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

Re: ipc question

2011-12-15 Thread Peter Scott
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

Re: ipc question

2011-12-14 Thread Shlomi Fish
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

ipc question

2011-12-14 Thread Tessio Fechine
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

Re: IPC Question

2001-11-04 Thread nafiseh saberi
- 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

IPC Question

2001-11-04 Thread Veeraraju_Mareddi
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]