FireflyServer / firefly

Firefly - a .NET HTTP server
http://loudej.github.com/firefly
Apache License 2.0
80 stars 16 forks source link

Sync and async write buffer #3

Closed loudej closed 12 years ago

loudej commented 12 years ago

It would be better to have an outgoing user memory buffer, so the actual socket can be a write-behind.

loudej commented 12 years ago

This is implemented in the SocketSender class