On 04/25/2017 01:37 PM, Vasiliy Tolstov wrote:
2017-04-25 10:30 GMT+03:00 Michal Privoznik
<mprivozn(a)redhat.com>:
> Probably forgot to mention, the problem happens regardless of sparse streams
> or the regular ones we have already. It reproduces on both.
Does it possible to have two streams - one for upload/download that
contains many messages and can take huge processing time. And second
side by side for other messages. Like data channel and control
channel?
No, currently it is not possible. We don't have multiplexed data streams
over virConnect. While that might be relatively easily to implement for
some transports (like libssh2), for some it would require change of the
transport layer (e.g. TCP/UNIX sockets don't support multistreaming, so
we'd need to use SCTP).
Or implement multistreaming ourselves which is something I'd like very
much to avoid.
Michal