User Profile
Collapse
-
New version of XF.Server has more features. Now you can configure listener.... -
xf.server vs native .net classes
Has anybody tested performance of xf.server api?
...Code:using System; using System.Net; using XF; namespace Demo { class Program { static void Main() { using (var listener = Network.AcceptAsync( new IPEndPoint(IPAddress.Any, 80), connection => connection.ReadAsync((ignore, -
Multi-threaded TCP/IP Server without .NET Socket Class
Introduction
Performance is the main concern to most server application developers. That’s why many of them anticipate using .NET platform to develop high performance server application regardless of the security features it provides.
Microsoft Windows provides a high performance model that uses I/O completion port (IOCP) to process network events. IOCP provides best performance, but difficult to use due to lack of...
No activity results to display
Show More
Leave a comment: