[erlang-questions] Erlang and the TDS protocol

David Mercer dmercer@REDACTED
Wed Jun 6 19:07:06 CEST 2012


Just checking to see if anyone replied to you on this and did not reply-all
the list.  I would be interested in hearing the answer, too, if one is
available.

 

Cheers,

 

DBM

 

From: erlang-questions-bounces@REDACTED
[mailto:erlang-questions-bounces@REDACTED] On Behalf Of Marcel Meyer
Sent: Sunday, June 03, 2012 4:39 PM
To: erlang-questions
Subject: [erlang-questions] Erlang and the TDS protocol

 

Dear list,

 

I am curious why there isn't a native Erlang TDS protocol implementation.
Even /otp/lib wraps a C ODBC implementation using a port.

Would this not be simpler and more concise using bit syntax, since the TCP
datagram unpacks in 1 line of code (more for readability, of course)?

It just seems like extra work: C wraps the msg, port wraps C, ODBC app wraps
port etc. There is a lot of 'wrapping' going on.

 

Any input would be much appreciated.

 

Kind regards,

Marcel

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120606/f518b3cc/attachment.htm>


More information about the erlang-questions mailing list