This is probably an easy one, but I am having a problem to understand how I can use an anonymous pipe to communicate between two (unrelated) processes. In the client process I use CreatePipe as doc...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10129991.html
null
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10153627.html
I would like to pass a string to uuencode program and
get uuencoded string without writing any files.
The command:
open DATA, "|/usr/bin/uuencode name|";
is not allowed. The help says I sho...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10231029.html
Zones:
PerlDate Answered: 11/09/1999 Grade: A Views: 0
I was wondering how to use pipes to send and receive data that is not a string. Specifically, I would like to send integer values between two forked processes. All of the information that I have ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20572553.html
Zones:
C++Date Answered: 04/06/2003 Grade: B Views: 0
Hi All,
This question of mine concerns C programming on Solaris 5.7.
I have used the fork() system call i.e. pid = fork(). Then for pid = 0 I have used execvp(......) to execute an executable. I ...
http://www.experts-exchange.com/Programming/Languages/C/Q_20575751.html
Zones:
C,
Sun JDSDate Answered: 04/06/2003 Grade: A Views: 0
Do you know about a free component which encapsulates the API's Named Pipe functions? I'd like to have something like the TCP/IP socket components, but based on pipe rather than on TCP/IP communica...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20851850.html
I am trying to work out how to construct a pipe where the client does not need to wait, while calling the WriteFile(), until the server completed its ReadFile() call.
/*
* Client
*/
void Cl...
http://www.experts-exchange.com/Programming/Languages/C/Q_20959960.html
Zones:
CDate Answered: 04/25/2004 Grade: A Views: 0
Hi,
I have a method which returns an OutputStream. Is there a way to pipe it to an InputStream directly, rather than writing the output into a file and again readung from it. Is there a way i ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21013235.html
Zones:
JavaDate Answered: 06/06/2004 Grade: B Views: 0
I like to export my database to text file. I used Macro to auto export text delimited file. I worked fine. However, I am not sure how to use Macreo to export text PIPE like this (xxx|zzz|ccc|)
Ple...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21034037.html
Zones:
MS AccessDate Answered: 06/22/2004 Grade: A Views: 0
I'm using Excel 2002 running in Windows XP Prof platform.
Is it possible to save my worksheet in pipe "|" delimiter format - without saving to tab delimiter first and then replacing the tab wit...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 05/23/2005 Grade: A Views: 0