No announcements
Found 577663 threads
-
1 Votes
TCP Client - Blocking call
Is the receive function on the TCPClient class a blocking call, does it waiting a certain amount of time? Can it be configured? NumBytes = ...Answered | 1 Replies | 438 Views | Created by Darren Rockett - Wednesday, October 5, 2016 3:57 PM | Last reply by Khanna Gaurav - Wednesday, October 5, 2016 4:02 PM -
0 Votes
CSocket OnReceive() is not called when data received.
Hello i am using csocket function for TCP transfer. server listens and connects to the client when client is ready. On the client side, i click a ...Unanswered | 1 Replies | 5087 Views | Created by rambost - Tuesday, January 11, 2011 7:52 PM | Last reply by renjieluo - Sunday, March 6, 2011 10:37 PM -
0 Votes
Using WCF to allow interaction with a windows service.
, such as http based or Tcp based bindings. And for your client applications, they will communicate with the WCF service and call service operations to control the WINDOWS ...Answered | 3 Replies | 4717 Views | Created by Don Trainer - Monday, December 7, 2009 6:50 PM | Last reply by Steven Cheng - MSFT - Monday, December 14, 2009 4:38 AM -
0 Votes
RCP Client Blocking Send/Receive
If I have TCP client, isn't there a blocking send a recieve method to send data to the server?Unanswered | 4 Replies | 2939 Views | Created by William256 - Friday, June 15, 2012 12:59 AM | Last reply by Ahmed Ibrahim - MSFT - Friday, June 15, 2012 5:41 PM -
0 Votes
Call to NetworkStream.read not blocking Intermittently
NetworkStream.read are still dropping straight through -- as if closed (without blocking). Again, this is occurring only on communication within the local machine (TCP/IP on ...Unanswered | 3 Replies | 4204 Views | Created by Brian Rosenfield - Friday, February 23, 2007 5:15 PM | Last reply by Brian Rosenfield - Thursday, March 1, 2007 6:42 PM -
1 Votes
Application Windows Forms cannot show me the form when it run
I have a socket TCP / IP application communicate with android application client it works fine like application console but when i want run the code like WF application it run but ...Proposed | 2 Replies | 464 Views | Created by gaggs1 - Tuesday, September 24, 2019 9:50 AM | Last reply by gaggs1 - Tuesday, September 24, 2019 1:43 PM -
0 Votes
Non-blocking, line-buffered fgets on Windows
it is incompatible with stdin. It seems reasonable for me to give up and create another thread to make the blocking calls to fgets. Unfortunately, I will have to ... -
0 Votes
tcp/IP
hmmm.. i can pronunce my self a little but not very much .. an expert in tcp/ip.. server and client side.. if that is what you wanna achive .. you are on ...Unanswered | 4 Replies | 4356 Views | Created by cisco0407 - Saturday, March 18, 2006 11:33 PM | Last reply by cisco0407 - Thursday, March 30, 2006 5:21 PM -
0 Votes
NetDiag + TCP Blocking?
We are facing some issue with the sharepoint 2007 timer jobs everyday at a specific time, so decide to track the tcp blocking informartion during those hours using NetDiag tool ... -
0 Votes
Call Blocking
While it is certainly possible that call-blocking will be available to users, it is unlikely that any API support will be added for this. Most likely it will be implemented like most ...Unanswered | 3 Replies | 2268 Views | Created by Machine7 - Wednesday, April 6, 2011 5:17 AM | Last reply by Dave Hunt (ProfEclipse) - Wednesday, April 6, 2011 2:01 PM -
0 Votes
Serializing class objects over TCP.
; blocking, synchronous call) to the server. The following code illustrates this:Answered | 2 Replies | 6047 Views | Created by ABS_BEG - Saturday, December 27, 2008 1:15 PM | Last reply by ABS_BEG - Saturday, January 10, 2009 9:17 PM -
0 Votes
Router blocking TCP
If I understand this correctly you fixed the problem by configuring the router to forward the port. Is that correct? If so then the issue is why was the router blocking the port ...Answered | 4 Replies | 1165 Views | Created by Rengel89 - Wednesday, February 20, 2013 11:01 AM | Last reply by dbasnett - Wednesday, February 20, 2013 2:09 PM -
1 Votes
TCP/IP communication ---Unable to dispose SocketAsyncEventArgs
Hi, I am using traditional way to perform TCP/IP communication with client, using buffer pool and ASEA pool, which is ring buffer.Since its a ring buffer ...Answered | 1 Replies | 1116 Views | Created by AnupKumar - Thursday, March 13, 2014 11:06 AM | Last reply by dns jinung - Friday, March 14, 2014 6:32 AM -
0 Votes
Blocking in WCF client
result = proxy.MyMethod(param1); It will always be blocking... Make sure your call at the client is done ...Answered | 1 Replies | 1827 Views | Created by Philip Simons1 - Thursday, January 19, 2012 4:03 PM | Last reply by Peter Borremans - Thursday, January 19, 2012 6:06 PM -
1 Votes
"Two-Channel" - TCP-Server/ Client
am understanding right...so. for solution 1. if you using network socket and build communication by TCP protocol. when client and server are ...Answered | 3 Replies | 1689 Views | Created by mmuehr - Sunday, November 15, 2015 9:20 AM | Last reply by Matthew LEAN . D - Sunday, November 15, 2015 11:15 AM -
0 Votes
Call recording and call blocking
OEMs such as Samsung have access to APIs that we do not. The answer still stands. Call blocking and recording is not available to apps.Answered | 5 Replies | 1643 Views | Created by Petkov Mt - Thursday, January 31, 2013 7:48 AM | Last reply by Petkov Mt - Sunday, February 17, 2013 10:36 PM -
2 Votes
IAMVideoAccelerator::DisplayFrame() blocking call?
. 8 hr video takes 9 hrs to complete!!! Do you think this should be the way? I suspect MSDN is wrong in mentioning that DisplayFrame is blocking call.Unanswered | 6 Replies | 3514 Views | Created by Gowtham HK - Wednesday, November 11, 2009 9:02 AM | Last reply by Gowtham HK - Tuesday, December 1, 2009 9:48 AM -
0 Votes
Winsock: client recv produces 10053 when server's listen sock is non-blocking (blocking works - whyever)
I have a Server and a Client Application, both on the same System. The client connects to the system via a TCP-Socket, which works ...Unanswered | 4 Replies | 2640 Views | Created by Incubbus - Sunday, July 6, 2014 6:44 PM | Last reply by Loser Dd - Tuesday, July 8, 2014 6:59 AM -
0 Votes
tcp client
i have a tcp listener on my server application on my desktop, and a tcp client on my mobile with windows ce. i can connect to the server from mobile, but ...Unanswered | 1 Replies | 5498 Views | Created by mr_zaio - Sunday, April 3, 2011 8:33 AM | Last reply by Leo Liu - MSFT - Wednesday, April 6, 2011 11:09 AM -
0 Votes
Blocking mssql.query call?
Hi all, Is there any way to execute a blocking (non async) call to mssql.query in the node.js server scripts? I am working on a server script that needs to make ...Answered | 2 Replies | 2434 Views | Created by stephenroughley - Thursday, June 20, 2013 2:51 PM | Last reply by stephenroughley - Monday, June 24, 2013 7:34 AM - Items 1 to 20 of 577663 Next ›
No announcements