named-pipes
How can I make two process comunicate?
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#.[详细]
2023-03-21 16:45 分类:问答chaining Popen subprocesses properly
i have a construct like the following: os.mkfifo(\'pipe.tmp\') enc = Popen([\'encoder\', \'-i\', \'pipe.tmp\'])[详细]
2023-03-19 02:36 分类:问答WCF client and service on same box with the service going across the network
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.[详细]
2023-03-16 02:35 分类:问答How do I connect to the VMware's pipe and receive debug information from the running OS?
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[详细]
2023-03-15 02:59 分类:问答Problem with named pipes breaking php/windows
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[详细]
2023-03-15 02:11 分类:问答Automate turning named-pipes and tcp\ip on
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百科[详细]
2023-03-12 21:43 分类:问答Binary Data injected in String
I\'ve got a block of C++ code that reads text from a named pipe. The relevant section is: char s[256];[详细]
2023-03-12 12:09 分类:问答SQL Server Express - Remote Connection continues to fail
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[详细]
2023-03-12 00:11 分类:问答WCF service exposing REST/HTTP and Named Pipes endpoints
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[详细]
2023-03-11 23:19 分类:问答Python code hangs while trying to open a named pipe for reading [duplicate]
This question already has an answer here: Why does a read-only open of a named pipe block? (1 answer) Closed 2 years ago.[详细]
2023-03-10 17:35 分类:问答
加载中,请稍侯......