Re: [Spice-devel] Is it possible to put spice channels into different threads?

2020-06-13 Thread 陈炤
Hi Thanks a lot, that information is very helpful, I will try that. BR Don 在 2020-06-13 14:40:02,"Frediano Ziglio" 写道: Hi, the pattern used in spice-gtk is called cooperative multitasking (see https://en.wikipedia.org/wiki/Cooperative_multitasking), if you add code that is not coop

Re: [Spice-devel] Is it possible to put spice channels into different threads?

2020-06-13 Thread 陈炤
Hi About priority channel, here is my idea: Priority control is added to data sending procedure. Sending level(1 - 3) is initiated to 3, means all data can be sent. 2 means data of level 1 and 2 channels can be sent, and level3 data will not be sent. 1 means only data of level 1 channel can b