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 Julliardjulli...@winehq.org 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

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

2009-07-01 Thread Alexandre Julliard
Yuri Khan yurivk...@gmail.com 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