No announcements
Found 1261723 threads
-
0 Votes
Very odd named pipe issue. Genius needed.
! It doesn't even try to connect! This is EXTREMELY odd! I'm having no luck connecting via TCP/IP either (from anywhere) so there may be a 2nd ...Answered | 4 Replies | 3523 Views | Created by Mini Button - Thursday, October 11, 2012 8:53 PM | Last reply by TiborK - Tuesday, October 16, 2012 11:27 AM -
6 Votes
Named Pipe Timeout Issue
Hello, I have a named pipe duplex channel, and it seems that if I don't send a message across it approximately every 10 seconds, the channel faults with an ...Answered | 10 Replies | 26254 Views | Created by Aaron Oneal - Tuesday, October 3, 2006 11:41 PM | Last reply by jeanie77 - Tuesday, September 27, 2016 1:31 PM -
1 Votes
F# named pipe broken pipe issue
Hello, I want to use named pipe to read and write messages repeatedly. The server side code was in C++, which is working well, I use the following code on ...Answered | 2 Replies | 3160 Views | Created by zydjohn - Friday, July 6, 2012 4:12 PM | Last reply by zydjohn - Sunday, July 8, 2012 3:14 PM -
0 Votes
Named PIPE
I think you can use named PIPE. AAnswered | 2 Replies | 2235 Views | Created by Markos_King - Tuesday, February 21, 2012 6:46 PM | Last reply by Paul Zhou - Monday, February 27, 2012 1:59 AM -
0 Votes
Issue with Named Pipe Protocol
short, we realized that AD RMS 2008 R2 use named pipe protocol to connect to SQL Server instance of old RMS farm to be able to start upgrade process. But, it can't ...Answered | 2 Replies | 2291 Views | Created by Farshid Nasrollahzadeh - Friday, May 17, 2013 7:51 PM | Last reply by Farshid Nasrollahzadeh - Sunday, May 19, 2013 9:21 AM -
0 Votes
Named pipe disconnect timeout
NamedPipeServerStream objects. Generally it works fine, but the problem is that the Named Pipe connection is not tolerant to short network failures. I.e. if the ethernet connection ... -
1 Votes
Named pipe security
Hi, I have a created a named pipe in C++ and my C# application attamepts to use it, to get some data through message. I have used default parameters for Security ...Answered | 1 Replies | 4653 Views | Created by Sowjanya R - Wednesday, August 4, 2010 6:31 PM | Last reply by Sheng Jiang 蒋晟 - Wednesday, August 4, 2010 9:03 PM -
0 Votes
Credentials for named pipe?
You need to pass in a security descriptor when you create the named pipe. By default, only the creator and administrators have write access, and the Everyone and Anonymous ...Answered | 5 Replies | 4613 Views | Created by Jon Q Jacobs - Thursday, May 12, 2011 2:24 PM | Last reply by Jon Q Jacobs - Thursday, June 2, 2011 4:27 PM -
0 Votes
Named Pipe Changes?
Hi, I have an application which uses named pipes to communicate between two points. My server application has 5 threads which each thread creates a ... -
0 Votes
Re-using a named pipe
Firstly, apologies if this question should be put somewhere else (like under System.Net) but I wasn't sure quite where this would go. I've found a very basic example of ...Unanswered | 1 Replies | 5821 Views | Created by Arkane78 - Thursday, January 6, 2011 9:14 PM | Last reply by Aditya Tadakaluru - Saturday, January 22, 2011 1:07 AM -
1 Votes
async named pipe server
have a running thread hereAnswered | 5 Replies | 1374 Views | Created by Ritmo2k - Monday, February 9, 2015 7:49 PM | Last reply by Chris Lewis [MSFT] - Tuesday, February 10, 2015 3:51 PM -
7 Votes
Find Name of Named Pipe Given Named Pipe Handle
If there's a way to compare two named pipe handles to each other to determine if they point towards the same named pipe that would solve my ...Answered | 9 Replies | 1753 Views | Created by GQG83 - Wednesday, December 3, 2014 6:14 PM | Last reply by GQG83 - Wednesday, December 10, 2014 3:37 PM -
0 Votes
Named Pipe Duplex Configuration
service. It works for named pipe as well. Just change the binding and address.Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no ...Answered | 1 Replies | 2220 Views | Created by Ori Ws Duplex - Sunday, December 25, 2011 9:13 AM | Last reply by Yi-Lun Luo - Monday, December 26, 2011 2:48 AM -
1 Votes
duplex named pipe concurrency
Hi, I want to get some IPC going with a duplex named pipe on Windows 7 / C# / .NET 4.0. I have a good amount experience programming but I've never used named pipes ...Answered | 1 Replies | 5044 Views | Created by gaaah - Friday, February 11, 2011 3:19 PM | Last reply by Michael Sun [MSFT] - Tuesday, February 15, 2011 12:57 PM -
0 Votes
Named Pipe Connection Problems
You wrote: "Works fine on XP." Does it work for non-administrators on XP, or only for administrators? When you create the named pipe, are you ...Answered | 2 Replies | 6100 Views | Created by BrentB - Wednesday, February 21, 2007 11:03 PM | Last reply by BrentB - Thursday, February 22, 2007 9:49 PM -
5 Votes
Deleting Named Pipe?
Hi Michael, I agree with Jader. A named pipe can be used in many other process by making many instances. The documentation ...Answered | 15 Replies | 13165 Views | Created by mikezat - Tuesday, May 8, 2012 12:54 AM | Last reply by Mike Feng - Thursday, May 17, 2012 10:44 AM -
0 Votes
Named pipe threading
. If any message exists, it dequeues and sends it down a named pipe. We have a 2nd program that only reads from the ...Answered | 2 Replies | 1950 Views | Created by tstuart - Friday, March 15, 2013 8:56 PM | Last reply by Bob Shen - Monday, March 18, 2013 3:17 AM -
0 Votes
Named pipe binding port number
Thanks for the reply why do i get a firewall prompt with a named pipe binding under standard user.?Answered | 2 Replies | 5819 Views | Created by sundar_k - Friday, October 31, 2008 6:15 PM | Last reply by sundar_k - Friday, October 31, 2008 7:24 PM -
0 Votes
Peek on named pipe
simply use BeginRead() to obtain such a handle because it's possible that i might be signaled by another thread which wants to write to the pipe- so I have to release the lock on the ...Answered | 1 Replies | 4953 Views | Created by KJ Tsanaktsidis - Wednesday, December 16, 2009 7:42 PM | Last reply by Captain Kernel - Friday, December 18, 2009 11:31 AM -
0 Votes
Async named pipe functions
Create the named pipe with the FILE_FLAG_OVERLAPPED flag set, as previously described. Then create a thread which does the following:Answered | 25 Replies | 8869 Views | Created by zbenjamin - Tuesday, September 25, 2007 3:16 PM | Last reply by zbenjamin - Thursday, September 27, 2007 9:27 PM - Items 1 to 20 of 1261723 Next ›
No announcements