Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Networking Open Source Programming

Erlang and OpenFlow Together At Last 93

New submitter SIGSTOP writes "The LINC [OpenFlow 1.2 software-based] switch has now been released as commercial friendly open source through the FlowForwarding.org community website, encouraging users and vendors to use LINC and contribute to its development. The initial LINC implementation focuses on correctness and feature compliance. Through an abstraction layer, specialized network hardware drivers can be easily interfaced to LINC. It has been implemented in Erlang, the concurrent soft-real time programming language invented by Ericsson to develop their next generation networks."
This discussion has been archived. No new comments can be posted.

Erlang and OpenFlow Together At Last

Comments Filter:
  • Re:Finally! (Score:1, Insightful)

    by Anonymous Coward on Monday June 18, 2012 @01:45AM (#40356771)

    Functional languages are only a nightmare if you are too dumb.

  • Re:Finally! (Score:5, Insightful)

    by Vintermann ( 400722 ) on Monday June 18, 2012 @02:09AM (#40356843) Homepage

    And just like manual memory management is a clamp on the foot for modularity in a single-threaded environment, manual locking and mutexes is an additional clamp on the foot for modularity in the multithreaded realm.

    Erlang's actor model is an attempt to enable the production of modular concurrent communication software, just as Java's garbage collection model is an attempt to enable the production of modular business data software.

"If it ain't broke, don't fix it." - Bert Lantz

Working...