[erlang-questions] Remote "access" points
Kenneth Lundin
kenneth.lundin@REDACTED
Wed Nov 18 23:17:48 CET 2009
> You can provide a narrow interface by opening a socket.
> You can use something like UBF, CORBA, Thrift or HTTP, or why
> not write a BERT server in Erlang?
IThis is definately th easiest way to achieve what you are after. And
if you are communicating between Erlang nodes you can of course use
the erlang external format which is exactly what BERT does. It just
prepends a header o the data. The other alternatives mentioned above
is
just more work and will not give you anything extra.
/Kenneth Erlang/OTP Ericsson
More information about the erlang-questions
mailing list