[erlang-questions] Non-blocking send in erlang: how to save memory when send one content to many people

Max Lapshin max.lapshin@REDACTED
Thu Dec 15 00:39:50 CET 2011


So, I think that proper behaviour for sending 1 megabyte of data is:

1) increment ref counter for binary in driver
2) replace writev with vmsplice for linux
3) release binary when data is transmitted

I need to check if this really works and helps.



More information about the erlang-questions mailing list