In the qt libs there exists the possibility to create a mutex shared between two or more process?
I'm searching something with the function tryLock() (similar to the function described in the QMutex class).
Tnx.
Printable View
In the qt libs there exists the possibility to create a mutex shared between two or more process?
I'm searching something with the function tryLock() (similar to the function described in the QMutex class).
Tnx.
Is this what you're looking for?
http://doc.qt.nokia.com/4.7/qsharedmemory.html
Oh wait.. between processes, never mind...