InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Presentation: Erlang - software for a concurrent world

Posted by Niclas Nilsson on Jun 07, 2008

Sections
Development,
Architecture & Design
Topics
Architecture ,
Language Design ,
Programming
Tags
Distributed Programming ,
JAOO Conference ,
Functional Programming ,
Concurrency ,
Erlang

We get more and more cores in our CPUs, but does our software run linearly faster, or even close to that? In most cases - no. We have hit a trend change when it comes to faster CPUs. We will get more and more cores, but each core will be slower as the number of cores increase. How fast will your software run in a few years?

In his talk, Joe Armstrong introduces Erlang and the ideas of Concurrent Oriented Programming. Erlang is designed for fault-tolerance and because of the message-passing, share-nothing solution - scalability if built-in. Joe talks about the language, the philosophy behind the language, the implementation and about a number of commercial applications which are written in Erlang.

See the one hour presentation from JAOO 2007 at http://www.infoq.com/presentations/erlang-software-for-a-concurrent-world.

13 comments

Watch Thread Reply

video stops at 16:46. by Lars Vonk Posted
Re: video stops at 16:46. by Diana Plesa Posted
Re: video stops at 16:46. by Lars Vonk Posted
Download slides presentation by paul de schacht Posted
Re: Download slides presentation by Floyd Marinescu Posted
Flash 9? by Piotr Usewicz Posted
Re: Flash 9? by Tarjei Knapstad Posted
Re: Download slides presentation by art ing Posted
mp3 by shane berry Posted
Re: Download slides presentation by Allen Montejo Posted
Re: mp3 by Mykola Gurov Posted
Not just concurrency... by Michael Neale Posted
Re: Not just concurrency... by Debasish Ghosh Posted
  1. Back to top

    video stops at 16:46.

    by Lars Vonk

    The video and presentation stops at 16:46. Am I the only one or is the video broken?

    - Lars

  2. Back to top

    Re: video stops at 16:46.

    by Diana Plesa

    Hi Lars

    I just tested it and it seem to be working fine
    Diana

  3. Back to top

    Re: video stops at 16:46.

    by Lars Vonk

    Works fine for me again... Must have been my connection or so. Thanks.

  4. Back to top

    Download slides presentation

    by paul de schacht

    Hello,
    is it possible to download the slides of this excellent presentation ? Thanks - Paul

  5. Back to top

    Flash 9?

    by Piotr Usewicz

    Guys... Flash 10 should be allowed too watch the video.

  6. Back to top

    Re: Download slides presentation

    by art ing

    hello where is the presentation ?

  7. Back to top

    mp3

    by shane berry

    Does anyone know how I can convert the audio to mp3 format, so I can listen to it on the road?

  8. Back to top

    Re: Download slides presentation

    by Allen Montejo

    It would be great if we have a function here that we can download the presentation with the slide.

  9. Back to top

    Re: Flash 9?

    by Tarjei Knapstad

    Flash 10 is still a beta product, why on earth should InfoQ be required to support a prerelease?

  10. Back to top

    Re: Download slides presentation

    by Floyd Marinescu

    Sorry Lars, slide downloads were only available to people who attended JAOO.

  11. Back to top

    Not just concurrency...

    by Michael Neale

    One of the nicest things about erlang, which no one talks about, is how it is designed for ultra reliable software. Carrier grade etc. People seem to be used to unreliable terrible software these days, and would rather have things cheap (and disposable). However, erlang promises a higher grade of reliability then I think people are used to. Thats the greatest thing about it for me. The concurrency stuff is a nice side effect.

  12. Back to top

    Re: Not just concurrency...

    by Debasish Ghosh

    Steve Vinoski has blogged a lot about Erlang reliability. Check out steve.vinoski.net/blog. Also there are quite a few posts in Erlang forums that describe how single assignment, immutability etc. make Erlang a great platform for designing reliable systems. I am +1 with you that reliability is the #1 USP for Erlang.

  13. Back to top

    Re: mp3

    by Mykola Gurov

    you could download the .flv and then convert it with the ffmpeg dropping out the video track. But you would miss the slides :(

Educational Content

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.