Exchanging information



I'm writing a distributed application which includes one server and many
clients that will be exchanging data.

I've made my own crude protocol that uses sockets and simply puts data on
single lines separated by new line characters.

I want to extend this to something a bit more advanced. I was thinking of
using XML but someone said I should use SOAP, but that uses HTTP which
seems to complicate things. Any ideas on the best way to do this?
.



Relevant Pages

  • Re: Exchanging information
    ... clients that will be exchanging data. ... I've made my own crude protocol that uses sockets and simply puts data on ...
    (comp.lang.java.help)
  • Re: Exchanging information
    ... clients that will be exchanging data. ... I've made my own crude protocol that uses sockets and simply puts data on ... Serializing objects over a socket should work much the same as sending lines with a newline at the end. ...
    (comp.lang.java.help)
  • The select() (IO::Select) function has a limit?
    ... i'm writing a daemon in perl for exchanging data from a big quantity ... of machines over the network and I use the select ... All is fine when the number of clients is <100, ...
    (comp.lang.perl.misc)