PDA

View Full Version : Inter Process Communication



yellowmat
20th July 2006, 08:06
Hi everybody,

I have two applications which must communicate. Is there another easy way than using socket for them to exchange messages, something asynchronous like postEvent ?

I know that socket is a good mechanism but I'm looking another solution, something extremely fast to implement ... like postEvent ;)

Thanks in advance.

high_flyer
20th July 2006, 09:17
Shared memory.

yellowmat
20th July 2006, 11:37
great, what class should I look at ?

high_flyer
20th July 2006, 11:44
http://www.trolltech.com/products/qt/addon/solutions/catalog/4/Utilities/qtsharedmemory/