Is there a way to stream "DATA command" payload. Looking at the code it seems data is kept in memory buffer and then passed it on to the backend processor.
While keeping data in memory gives you better performance. This could be a problem if you have too many connections or large payloads.
Any suggestions?
Thanks.
Is there a way to stream "DATA command" payload. Looking at the code it seems data is kept in memory buffer and then passed it on to the backend processor.
While keeping data in memory gives you better performance. This could be a problem if you have too many connections or large payloads.
Any suggestions?
Thanks.