- Open-source very high performance event-based async HTTP web server built in .NET - Rapid Server https://github.com/perrybutler/rapid-server 5 comments dotnet
Linking pages
- GitHub - perrybutler/dotnetsockets: Client/server communication system utilizing asynchronous .NET sockets via an Event-based Asynchronous Pattern (EAP) on top of an IAsyncResult Pattern with thread pools (I/O completion ports) and a binary packet-based TCP communications for maximum concurrency, capacity, performance and scalability. http://github.com/perrybutler/dotnetsockets 24 comments
Linked pages
- GitHub - perrybutler/dotnetsockets: Client/server communication system utilizing asynchronous .NET sockets via an Event-based Asynchronous Pattern (EAP) on top of an IAsyncResult Pattern with thread pools (I/O completion ports) and a binary packet-based TCP communications for maximum concurrency, capacity, performance and scalability. http://github.com/perrybutler/dotnetsockets 24 comments
- C10k problem - Wikipedia https://en.wikipedia.org/wiki/C10k_problem 0 comments