Implement buffer pool to prevent reallocation of byte arrays for temporary message buffers.
Due to each write on a named pipe being treated as a single message; don't want to write out frames individually (seriously degrades performance). Implement buffer pool to allow for more efficient memory management.
Implement buffer pool to prevent reallocation of byte arrays for temporary message buffers.
Due to each write on a named pipe being treated as a single message; don't want to write out frames individually (seriously degrades performance). Implement buffer pool to allow for more efficient memory management.