qt-interest@trolltech.com
[Top] [All Lists]

Re: How to yield execution to main messageloop?

Subject: Re: How to yield execution to main messageloop?
From: Thiago Macieira
Date: Thu, 20 Dec 2007 12:21:06 -0200
Bo Thorsen wrote:
>You have a standard mutual exclusion problem here. You can't use the Qt
>classes for this, since they work inside a single application space. I
> did consider using a placement new on QMutex inside the shared memory
> space, but I don't know if this would work, so I assume not.

http://doc.trolltech.com/main-snapshot/qsystemsemaphore.html

New in Qt 4.4.
-- 
Thiago José Macieira - thiago.macieira AT trolltech.com
Trolltech ASA - Sandakerveien 116, NO-0402 Oslo, Norway
<Prev in Thread] Current Thread [Next in Thread>