回复:question about record

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

回复:question about record

Zhijiang(wangzhijiang999)
Hi  lining ,
      The records would be serialized and wrote into the buffer. And the buffer will be sent out until it is full or exceeds the timeout.
So different records may share the same buffer if the serialization result is less than the buffer size, otherwise one record may span multi buffers.

Cheers,
Zhijiang
------------------------------------------------------------------
发件人:lining jing <[hidden email]>
发送时间:2017年3月27日(星期一) 15:46
收件人:user <[hidden email]>
主 题:question about record
 
Hi

All , data transmission is achieved through the buffer. If record serialised to multiple buffer, whether different records will share the same buffer. Can anyone tell me the answer, Thank!