Home Forums Support Send a Count of bytes Reply To: Send a Count of bytes

#3306
Anonymous
Inactive

Just realised, if the code within SendObject copies the data passed in into it’s own internal buffering scheme, then i don’t need a buffer pool. Just a single buffer would suffice (or 1 buffer per thread, if i’m using many threads).

Does SendObject copy internally?