Re: winex11.drv: Move clipboard handling to a separate thread

2009-07-02 Thread Yuri Khan
On Wed, Jul 1, 2009 at 21:07, Alexandre Julliard wrote: >> This patch achieves this by creating an auxiliary thread that will run >> in the same process that puts data on the clipboard and handle X >> selection messages. > That looks quite inefficient, especially since you create a new thread > e

Re: winex11.drv: Move clipboard handling to a separate thread

2009-07-01 Thread Alexandre Julliard
Yuri Khan writes: > This patch achieves this by creating an auxiliary thread that will run > in the same process that puts data on the clipboard and handle X > selection messages. That looks quite inefficient, especially since you create a new thread every time. You should limit this to the case