Erlang and OpenFlow Together At Last
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."
The anticipation has been growing, and I've been looking forward to this for so long.
Steady my fluttering heart.
what OpenFlow is, and the OpenFlow link goes to a non-existent page.
worse than that wtf is homeimprovement.com? Tim Allen move to the interwebs?
Haven't they ever played Beneath a Steel Sky?
LINC WANTS YOU, FOSTER.
what OpenFlow is, and the OpenFlow link goes to a non-existent page.
Link was missing a ":" - https://www.opennetworking.org/standards/intro-to-openflow
Here's wikipedia: http://en.wikipedia.org/wiki/OpenFlow
Wow! I hope you are /.'ed from the internets.
Sounds great! Where do I sign up?
OpenFlow is a standard driven by the Open Networking Foundation (ONF), a non-profit organization dedicated to promoting Software-Defined Networking (SDN), a revolutionary approach to networking that brings software-like programmability to networks
Cliff-notes version please for those of us not network engineers.
for those curious what they meant by "commercial friendly open source".
http://www.apache.org/licenses/LICENSE-2.0.html
Should be https://www.opennetworking.org/standards/intro-to-openflow
thegodmovie.com - watch it
Can we just ban the 'TheUltimateSmashAss' from the /. ?
yea, I know, he/she will create new acct in a heartbeat...
How about banning any post that refers to MCPC instead?
This is RIDICULOUS !!! ... I don't even feel like login in on /. anymore because of this ... moderators, PLS wake up !!!!
You know celebrity marriages never last. What are we going to call the bastard child offspring of this unholy union? Erla Flow? No... sounds like a personal problem. Lang Open? No... that won't do either.
Screw it, let's just call it "Forever In Beta", since most parents name their children based on their hope for their future. -_-
#fuckbeta #iamslashdot #dicemustdie
Openflow is a protocol to let various routers communicate and coordinate how they route packets. That's my understanding of it. Google says they've gotten substantial efficiency improvements using it.
Erlang, of course, is a language designed to be as reliable and fault-tolerant as possible. I didn't know they used it in routers, but apparently some people want to.
"First they came for the slanderers and i said nothing."
Erlang Solutions will be providing the support structure for this, you can look at the packages offered here: http://www.erlang-solutions.com/section/84/support-plan-overview.
The Wknd Sessions - Malaysian and South East Asia independent music
Erlang is a functional language first , OO second. Smalltalk was designed to be OO from the ground up. In smalltalk even first class objects such as integers have methods and can be passed messages. Thats taking it too far IMO , but you can't get any more OO than that.
A pure functional language is one that just relies on recursion with only parameter variables to carry out loops. Sorry , but while that may have some kind of academic aesthetic to various hard core CS types, I really don't see why its that is any better than OO or even procedural style programming especially since both of those paradigms support recursion anyway. To me, pure functional just seems to be a very quick way to obfuscate even the simplest potential solutions to a problem.
Or am I missing something profound?
I looked at Erlang once, and noticed it is the only serious language which implements Intercal's COME FROM statement. Erlang does not use that keyword, but control mysteriously transfers to somewhere else in an Erlang program without any indication of where it came from. Mentally yucky to get a grasp of.
Erlang, of course, is a language designed to be as reliable and fault-tolerant as possible. I didn't know they used it in routers, but apparently some people want to.
Well, it's been used in "routers" for some time. :-)
Stefan Axelsson