how to create inter process synchronization objects

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Gopi Krishna Sunkara
In need of some credit
In need of some credit
Posts: 2
Joined: Fri Dec 22, 2006 5:25 am

how to create inter process synchronization objects

Post by Gopi Krishna Sunkara »

Does wxWidgets supports inter process sunchronixzation objects?
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

Are you talking about wxMutex, wxCondition and wxCriticalSection?
Gopi Krishna Sunkara
In need of some credit
In need of some credit
Posts: 2
Joined: Fri Dec 22, 2006 5:25 am

Post by Gopi Krishna Sunkara »

Yes. But these do not provide mechanism to synchronize across the processes like named synchronization objects in Windows.
My question is which wxWidgets API supports this?
xin.songtao
Experienced Solver
Experienced Solver
Posts: 86
Joined: Wed Apr 18, 2007 6:10 am
Location: Shanghai China

Post by xin.songtao »

I am very sorry to tell you :there's no wxWidgets API supports this.
you have to use wxThread and wxCondition to achieve.


when you solve this question ,i am very glad to know about it !
Thanks!
Post Reply