mhowlett / NNanomsg

.NET binding for nanomsg
MIT License
179 stars 52 forks source link

Implementing writestream for scatter IO #9

Closed kwpatrick closed 10 years ago

kwpatrick commented 10 years ago

The write stream approach is best used for serializing variable length messages. It avoids a managed intermediary buffer, and maintains a buffer pool of unmanaged pages.