GeekArticles
Microsoft
C#Using Asynchronous Sockets for Peer-to-Peer - CollaborativeNotes
Author: codeproject.com |
Published: 16th Dec 2007 |
Visited: 64 times |
Add CommentFiled in: CSharpThis article presents a peer-to-peer application sample with asynchronous sockets
Read Article Sponsored Links
Related Articles
• The Asynchronous Web
Ajax applications depend on asynchronous interaction between client and server. In this interview with Artima, ICEsoft's Stephen Maryka describes a potentially more transforming asynchronicity where updates are pushed to the client without the user having to request those updates.
...
• Asynchronous Transfer Mode (ATM) Switching Asynchronous Transfer Mode (ATM) Switching
The Asynchronous Transfer mode or more popularly known as ATM is actually a part of the International Telecom Standards. Using the ATM protocols information can be sent and received in small secure cells. However for ATM connections to work there should...
• Asynchronous Execution in ADO.NET 2.0 In ADO.NET, when performing bulk database operations, the thread that is executing it will wait for the database operation to complete and proceed the execution of other lines. If the database operation is bulk and complicated, the amount of time the thread waiting will be more. To answer this, ADO. ...