No announcements
Found 1428059 threads
-
0 Votes
Invalid pipe handle in C#
I doubt that the C runtime libraries implement pipes the same way as the System.IO.Pipes does.Answered | 1 Replies | 3169 Views | Created by warchieft - Thursday, September 27, 2012 2:13 PM | Last reply by Dan Randolph - Thursday, September 27, 2012 5:40 PM -
0 Votes
invalid argument pipe string is not function for pipe datepipe ?
User696604810 posted i have error as below NbCalendarHeaderComponent.html:3 ERROR Error: InvalidPipeArgument: 'String is not a function' for ...Unanswered | 1 Replies | 179 Views | Created by Anonymous - Saturday, May 16, 2020 8:34 PM | Last reply by Anonymous - Wednesday, May 20, 2020 11:28 PM -
0 Votes
Anonymous Pipes
http://www.google.com/search?Answered | 6 Replies | 3115 Views | Created by Maciej Pakulski - Monday, August 4, 2008 6:04 PM | Last reply by Mr. Javaman - Tuesday, August 5, 2008 3:00 PM -
5 Votes
Deleting Named Pipe?
Do I still use CreateNamedPipe function to create one to obtain a handle?Answered | 15 Replies | 15883 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 pipes for two or more instances.
Hi I made the changes and now is function.Answered | 6 Replies | 566 Views | Created by Bisewski01 - Wednesday, July 2, 2014 1:28 PM | Last reply by Bisewski01 - Friday, July 4, 2014 10:11 AM -
0 Votes
How to check if a Pipe is listening or not?
Hello, I have created this function in the service: private bool IsMonitorRunning() { try { ...Answered | 5 Replies | 1084 Views | Created by Jaime Stuardo - Thursday, January 9, 2014 2:00 PM | Last reply by dns jinung - Friday, January 17, 2014 10:17 AM -
0 Votes
Named Pipe woes
The main sample, the multithreaded pipe server deals with the different pipe instances by simply closing the handle to the pipe on the server each time.Answered | 7 Replies | 4530 Views | Created by Neil Weicher - Monday, April 16, 2012 4:57 PM | Last reply by Jesse Jiang - Tuesday, April 24, 2012 7:36 AM -
1 Votes
How to Skip PIPE(comes as data) in PIPE Delimited Flat file?
Hi Kranthi, Based on your description, you want to find product_code, product_name, product_desc columns from a text file that have some pipes within the columns and use ...Answered | 7 Replies | 7490 Views | Created by Kranthi Kumar Godishala - Wednesday, May 13, 2015 3:29 AM | Last reply by Katherine Xiong - Thursday, May 14, 2015 8:48 AM -
2 Votes
Excel to PIPE delimited
Here, I found a work-around to accomplish this problem using function concatenate: 1.Answered | 2 Replies | 25934 Views | Created by Arg82 - Thursday, March 25, 2010 11:38 AM | Last reply by Jovi Salonga - Wednesday, May 4, 2011 5:28 AM -
0 Votes
NamedPipeServerStream - Pipe buffer size
If the server try to write to the pipe and the pipe is full, it will be blocked on this call (i.e. can not continue to write to other pipes) untill the client will read some ...Answered | 23 Replies | 6767 Views | Created by Yaron.Cohen - Friday, April 5, 2013 11:38 PM | Last reply by Yaron.Cohen - Tuesday, May 7, 2013 6:57 AM -
0 Votes
Credentials for named pipe?
You need to pass in a security descriptor when you create the named pipe.Answered | 5 Replies | 5158 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
local pipes vs. network pipes (to connect to SQL Server)
"If the server application is running locally on the computer that is running an instance of SQL Server" and configuring/choosing Named Pipes mean running "local Named ...Answered | 1 Replies | 6044 Views | Created by vgv8 - Tuesday, September 7, 2010 1:07 PM | Last reply by Chirag Shah - Tuesday, September 7, 2010 1:19 PM -
0 Votes
Disabling Named Pipes
Hi, For moderate database traffic,not high loaded consider GB n/w the choice of tcp/ip & named pipes it wont differ much,but if the heavy loaded ...Answered | 2 Replies | 888 Views | Created by sqlstar - Monday, August 29, 2016 5:44 PM | Last reply by S_NO - Tuesday, August 30, 2016 12:48 AM -
1 Votes
Named Pipe Communcation C#
The pipe is in byte transfer mode not message transfer mode.Answered | 9 Replies | 5149 Views | Created by williamtholmes - Thursday, January 10, 2013 3:09 PM | Last reply by SAGSa - Wednesday, July 11, 2018 1:01 PM -
0 Votes
Windows Named Pipes and WCF named pipes
On the other side I have client written in C++ and I want to communicate with server by using Windows named pipes.Answered | 1 Replies | 3490 Views | Created by Novak Savic - Friday, May 29, 2009 1:13 PM | Last reply by Stephen Cleary - Friday, May 29, 2009 1:18 PM -
0 Votes
Sharepoint + WCF Named Pipes
Hi Roei, It seems your sharepoint code cannot quite connect a WCF service endpoint hosted via named pipe binding.Answered | 1 Replies | 3838 Views | Created by Roei Bar [Cellcom LTD] - Sunday, August 2, 2009 10:49 AM | Last reply by Steven Cheng - MSFT - Monday, August 10, 2009 3:50 AM -
0 Votes
net named pipe help
In WCF, net named pipes are the preferred mode of interprocess communication between processes running on the same machine.Answered | 1 Replies | 3873 Views | Created by DratsAndDoubleDrats - Monday, January 4, 2010 2:54 PM | Last reply by Will.Rogers - Monday, January 4, 2010 3:56 PM -
1 Votes
Need help with Named Pipes
I have an two applications on the same machine with Named Pipes.Answered | 3 Replies | 561 Views | Created by btasa - Friday, May 15, 2015 3:02 PM | Last reply by - Friday, May 15, 2015 4:38 PM -
0 Votes
.net Named Pipes question
If they are asynchronous pipes, yes.Answered | 2 Replies | 4198 Views | Created by CodeDuyvil - Friday, May 20, 2011 9:21 PM | Last reply by Paul Zhou - Monday, May 30, 2011 7:53 AM -
0 Votes
Problems with Named Pipes over Ethernet
My named pipe server code is like below m_NamedPipeStream = new NamedPipeServerStream(pipeName, PipeDirection.InOut, ...Answered | 2 Replies | 9477 Views | Created by ebbidos - Tuesday, April 28, 2009 7:20 AM | Last reply by igaiga - Thursday, June 10, 2010 2:00 PM - Items 1 to 20 of 1428059 Next ›
No announcements