Advertisement

1 - 10 of 420 containing alltags:("piping") (0.001 seconds)
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...
Zones: Windows ProgrammingDate Answered: 02/19/1999 Grade: B Views: 0
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...
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 ...
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 ...
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...
Zones: Delphi ProgrammingDate Answered: 01/15/2004 Grade: A Views: 4
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...
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 ...
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...
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...
Zones: MS ExcelDate Answered: 05/23/2005 Grade: A Views: 0