I'm aware of several methods of communicating between applications, like rolling your own communication through sockets, QtCorba, gsoap, etc. I was wondering what everyone used in enterprise applications.
Printable View
I'm aware of several methods of communicating between applications, like rolling your own communication through sockets, QtCorba, gsoap, etc. I was wondering what everyone used in enterprise applications.
as always - depends on the requirements.
But I'd say sockets would probably answer your needs.
Hey high_flyer,
Thanks for the response. I understand requirements play a big part in deciding what to use, I'm just looking to see what everyone else is using and what the common methods of networking enterprise apps are.
Thanks,
Chris
Croland,
We use gSoap. This library seems to be very stable and reliable