Changes between Initial Version and Version 1 of Ticket #15901, comment 1


Ignore:
Timestamp:
Apr 25, 2020, 1:11:48 AM (5 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15901, comment 1

    initial v1  
    33Possible approaches:
    441. Make all messages small. Bitmap message can be splitted to smaller messages such as 16x16 bitmaps.
    5 2. Use stream based multiplexing. Each rendering thread will have stream id, and top level protocol format will be like `int32 streamId; int32 payloadSize; int8 payload[payloadSize]`.
     52. Use stream based multiplexing. Each rendering thread will have stream id, and top level protocol format will be like `int32 streamId; int32 payloadSize; int8 payload[payloadSize]`. Concatenated payloads will contain messages for specific render thread.