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.