Changes between Initial Version and Version 1 of Ticket #15901, comment 1
- Timestamp:
- Apr 25, 2020, 1:11:48 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15901, comment 1
initial v1 3 3 Possible approaches: 4 4 1. 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]`. 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]`. Concatenated payloads will contain messages for specific render thread.