On Wednesday, November 24, 2010, Roger <[email protected]> wrote: > > I need to do some RPC's, but I don't need XML. I do want small, simple light > and fast. > > I have a running mono application, and I want to be able to call procedures > from other mono applications on the same machine; on other local machines; > and from C/C++ programs. I don't mind using a different approach for > different scenarios. > > What I don't want to do is use a heavy universal go any anywhere tool like > XML. I looked at .Net remoting but got a bit lost....in part because I was > reading MS orientated docs with examples in VS. > > > So, who has some great ideas on the way to go?!
Ditch windows and use dbus :) actually I'm only half kidding - I hear that dubs runs on windows now. Dbus is a breeze, light-weight, good number of lang bindings, and well though out. Haven't tried it on windows myself though. Cheers, David > > Cheers, > > Roger. > -- > View this message in context: > http://mono.1490590.n4.nabble.com/XML-free-RPC-tp3057971p3057971.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
