On Thu Feb 6 12:19:20 2025 +0000, Rémi Bernon wrote:
So, when message queue is involved, instead of one wineserver request we now have two. This doesn't look ideal?
An idea to save at least one of them would be to have an additional event fd that the server could poll to get notified when clients begin inproc waiting on queue, replacing the `select_inproc_queue` request in an asynchronous way. The other request seem trickier.