named-pipes
How do I use exec 3>myfifo in a script, and not have echo foo>&3 close the pipe?
Why can\'t I use exec 3>myfifo in the same manner in a bash script as I can in my terminal? I\'m using named pipes to turn an awk filter into a simple \"server\", that should be able to take text in[详细]
2023-02-19 04:04 分类:问答Using Windows named pipes between Win7 and XP
I have written a C application to run on a small wireless network (linksys router).The application uses named pipes.When the server is a Win 7 machine and the client is a XP (Pro, SP3) machine the nam[详细]
2023-02-17 19:38 分类:问答WCF Multiple Apps using NetNamedPipe
I am trying to run multiple WCF Service hosting apps on the same Machine. I want to run multiple Applications - not multiple services in one application.[详细]
2023-02-17 17:23 分类:问答How can I open a named pipe?
Ubuntu 9.10 / CentOS 5.5 PHP 5.2.10-2ubuntu6.7 / 5.2.11 The following minimal testcase gives this output:[详细]
2023-02-17 13:06 分类:问答Is this code setting any Security for this Named Pipe?
Here is my code I borrowed from I don\'t know where, maybe here or codeguru or codeproject. Anyway, I am wondering if I can just pass NULL as the last parameter in CreateNamedPipe or is the sa struc[详细]
2023-02-17 06:12 分类:问答using pipes to channel file i/o to another process
Just started learning/using pipes and was wondering how to route file output of an application into a pipe so that another application can use it.[详细]
2023-02-16 22:45 分类:问答Securing the named pipe used by WCF
am newbie to both WCF and Named pipes. I need a way to securely communicate between a UI application and Windows Service on the same machine. Here\'s what I need:[详细]
2023-02-13 17:46 分类:问答How to detect WCF connectivity without try-catch?
I use WCF netNamedPipeBin开发者_运维知识库ding and wsHttpBinding. I would like to know whether a one-way method can execute successfully without trying it.[详细]
2023-02-13 01:52 分类:问答Parent Child Named Pipe WCF service within the same process issue
I\'m having a strange issue when开发者_运维百科 I host two named pipe WCF services within the same process with one communicating with the other. One of the services is a parent singleton that holds a[详细]
2023-02-13 00:45 分类:问答Two servers listening to the same address
I have an appliction that might be running multiple instances. I have a task that executes on all instances at the same time.[详细]
2023-02-12 08:53 分类:问答