I have two .net applications. One is a normal Windows Forms application while the other is a Microsoft Word COM Add-in. I\'m developping both applications with C#.
i have a construct like the following: os.mkfifo(\'pipe.tmp\') enc = Popen([\'encoder\', \'-i\', \'pipe.tmp\'])
I have a WCF service which is called from a winforms app. This is over the named pipes binding. The WCF service (Server) itself goes across the network on the domain to download some files.
I\'m trying to catch debug information from VMware. This might be an easy task because you can redirect all debug information from VMware\'s OS into the named pipe like is nicely described here. It wo
I have a named pipe being read by a python program, installed as a service in Windows 2008 to print data from a database. The code (php) that writes to the pipe is as follows. ($cmd is the command lin
I am working on an install of a new product that requires modifications to SQL Server. Specifically, enable tcp/ip and turning on named pipes.I know how to do it manually.What i want is开发者_Go百科
I\'ve got a block of C++ code that reads text from a named pipe. The relevant section is: char s[256];
I have been unable to configure my SQL Server 2008 Express to allow remote connections.I followed the instructions from this guide: http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-se
I\'m in the process of building a suite of .Net 4.0 WCF开发者_开发问答 services that will be accessed by an ASP.NET MVC3 browser based application and I\'m looking for comments/suggestions/examples on
This question already has an answer here: Why does a read-only open of a named pipe block? (1 answer) Closed 2 years ago.