helios-io / helios

reactive socket middleware for .NET

Home Page:http://helios-io.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite socket primitives for clients and reactors

Aaronontheweb opened this issue · comments

Related to #11

Once Akka.NET V1.0 ships (Thursday!) I'm going to begin publishing the specs for Helios 2.0.

One of the biggest areas where we will need community involvement is rewriting the socket primitives. There's a lot of unnecessary code repetition and leaky abstractions all over the place, but more importantly - we need to have a discussion on how to get the best performance offered via the CLR.

So I'll encourage everyone to read this http://stackoverflow.com/questions/3442344/c-sharp-high-performance-server and #11.

Everything's on the table for Helios 2.0.