No announcements
Found 2058966 threads
-
2 Votes
Trouble threading windows service TCP socket client
Hi Ishmell, Your issue should be a issue about thread pool, rather than TCP socket client.Answered | 3 Replies | 2536 Views | Created by ishmell - Sunday, January 22, 2012 8:31 AM | Last reply by CrazyGhost_Von - Wednesday, January 25, 2012 6:20 AM -
0 Votes
TCP Listener and Sockets.
In support of Reed Copsey, Jr , .Net framework's Socket class is managed version of Internet Transport Service.Answered | 3 Replies | 5129 Views | Created by msanjayv - Saturday, September 12, 2009 1:47 AM | Last reply by AUmidh - Saturday, September 12, 2009 5:05 AM -
0 Votes
TCP Sockets help
You need to either start a new thread for every client that connects -- and just use the standard blocking Send/Receive/Read calls.Answered | 5 Replies | 6265 Views | Created by Arkane78 - Thursday, December 2, 2010 12:39 PM | Last reply by Alan J. McFarlane - Monday, December 13, 2010 10:29 PM -
1 Votes
TCP Socket as a service fabric listener
There's one that also uses WebSockets, which would be similar to streaming data over TCP.Answered | 1 Replies | 1646 Views | Created by Mark Williams TRL System - Thursday, January 28, 2016 6:50 PM | Last reply by Matt Snider - Wednesday, October 19, 2016 9:31 PM -
1 Votes
Why TCP socket client can not connect to socket server
2) Socket app on Windows Phone: when this socket app Close or Shutdown socket - ...Answered | 7 Replies | 4866 Views | Created by MachineTalk - Thursday, February 21, 2013 5:34 AM | Last reply by Mark Chamberlain - MSFT - Thursday, March 21, 2013 10:01 PM -
0 Votes
TCP socket problem
Also see; Dns.GetHostAddresses Method (String) Dns.GetHostEntry Method (String) Host Names and IP ...Answered | 2 Replies | 758 Views | Created by student ie - Sunday, July 24, 2016 7:10 PM | Last reply by Mr. Monkeyboy - Sunday, July 24, 2016 11:00 PM -
0 Votes
TCP Sockets
Dato0011 said: I think you are using Async sockets.Answered | 2 Replies | 6044 Views | Created by Rejinderi - Saturday, December 27, 2008 10:21 AM | Last reply by Rejinderi - Sunday, December 28, 2008 6:59 AM -
0 Votes
multi client TCP
Query MS MSDN sites (window on top of the page) for: Asynchronous TCP/IP Server Sample Asynchronous TCP/IP Client ...Answered | 10 Replies | 5487 Views | Created by JetEan - Sunday, December 7, 2008 4:53 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Thursday, December 11, 2008 4:04 PM -
1 Votes
sockets in spawn threads
The callback will run on a background thread when a client connects.Answered | 2 Replies | 2686 Views | Created by kobekanobi - Thursday, October 1, 2009 6:26 AM | Last reply by nobugz - Thursday, October 1, 2009 11:32 AM -
0 Votes
Windows Service - Multiple TCP messages
If you're writing a service communicating over TCP/IP, you'll probably want to use asynchronous sockets right from the beginning.Answered | 2 Replies | 6535 Views | Created by NetSpike - Sunday, March 29, 2009 1:33 PM | Last reply by Stephen Cleary - Monday, March 30, 2009 2:13 PM -
1 Votes
Windows Service with TCP Listener is not listening?
http://social.msdn.microsoft.com/Forums/vstudio/en-US/535fac10-e38c-4efa-b787-93d44c48debe/need-multithread-socket-example-for-windows-service-server-and ...Answered | 7 Replies | 4612 Views | Created by Chance Touchstone - Monday, January 27, 2014 9:39 PM | Last reply by Chance Touchstone - Wednesday, January 29, 2014 5:09 PM -
0 Votes
TCP Sockets Message Framing
This brought me other problems, that i will post in a new thread..Answered | 5 Replies | 6518 Views | Created by G.Tas - Wednesday, November 11, 2009 9:44 PM | Last reply by G.Tas - Tuesday, November 17, 2009 12:29 PM -
0 Votes
Multiple socket connections per thread ?
In any event, the point was that the work to be done is what will tie up a particular thread, but that thread may be able to handle the work of several ...Answered | 22 Replies | 8603 Views | Created by aujong - Thursday, September 8, 2011 9:52 PM | Last reply by aujong - Monday, September 12, 2011 3:55 PM -
5 Votes
TCP Asynchronous Threading problem
Socket client = (Socket)ar.AsyncState; // Complete the connection.Answered | 10 Replies | 2920 Views | Created by Mirza Ramicic - Monday, June 17, 2013 4:24 PM | Last reply by Mirza Ramicic - Tuesday, June 18, 2013 8:28 PM -
1 Votes
WCF On One End, TCP/IP Sockets On The Other End
For TCP (i.e., NetTcpBinding-compatible implementation), you'll need to implement the message framing, the metadata which goes over the TCP socket to ...Answered | 1 Replies | 4146 Views | Created by Jeff.Ferguson - Monday, August 31, 2009 12:43 PM | Last reply by Carlos Figueira - Monday, August 31, 2009 4:49 PM -
1 Votes
How to Concurrently accept max number of TCP Sockets in C#
>So Sync or Async socket accept which is the best option ?Answered | 1 Replies | 3254 Views | Created by Gowthamaprabhu S - Wednesday, November 18, 2015 6:50 AM | Last reply by Jerry Wa - Thursday, November 19, 2015 1:45 AM -
0 Votes
Communication between Windows 7 and Windows 8(and above) using Sockets(TCP and UDP)
Having said that I could communicate between machines running Windows 7 and Windows 8.Answered | 2 Replies | 536 Views | Created by Prabodh.Minz - Friday, April 24, 2015 11:29 PM | Last reply by Prabodh.Minz - Thursday, April 30, 2015 4:51 PM -
0 Votes
TCP socket and standby/sleep
Hi Curt, You might want to check out this talk: ...Answered | 1 Replies | 4536 Views | Created by CurtC - Wednesday, January 11, 2012 8:06 AM | Last reply by Matt Small - Friday, January 13, 2012 8:13 PM -
1 Votes
Limitations of opened tcp sockets in a Worker Role
Hi Tomas, To overcome the 1 minute limitation of Windows Azure infrastructure, a simple solution is to use TCP KeepAlive mechanism.Answered | 4 Replies | 12670 Views | Created by tomeds - Thursday, September 30, 2010 2:58 PM | Last reply by Florin Grigoriu MSFT - Monday, February 14, 2011 7:00 PM -
1 Votes
Parsing byteArray data in TCP Socket Server
Each socket is tied to the client on the other end so on a single socket you will always get the messages (ultimately) in the order the client sent them ...Answered | 14 Replies | 11430 Views | Created by MachineTalk - Thursday, March 21, 2013 1:29 PM | Last reply by CoolDadTx - Friday, March 29, 2013 2:13 PM - Items 1 to 20 of 2058966 Next ›
No announcements