InfoQ

InfoQ

Presentation

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.

Recorded at:
Recorded at

Parallel Programming Patterns: Data Parallelism

Presented by Ralph Johnson on Apr 01, 2011 Length 01:04:12     Download: MP3
     Slides
Sections
Architecture & Design,
Development
Topics
QCon San Francisco 2010 ,
Design Pattern ,
Parallel Programming ,
QCon ,
Language ,
Programming ,
Architecture ,
Patterns ,
Object Oriented Design ,
Design ,
Conferences
The next QCon is in London March 5-9, Join us!
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
Ralph Johnson presents several data parallelism patterns, including related Java, C# and C++ libraries from Intel and Microsoft, comparing it with other forms of parallelism such as actor programming.

Bio
Ralph Johnson is one of the four authors of the Design Patterns book. He is currently involved with the CS Department at the University of Illinois and the leader of UIUC Patterns/Software Architecture Group. He is mostly interested in OOP, especially frameworks, patterns, business objects, and Smalltalk, and researches refactoring, being involved in creating the Smalltalk Refactoring Browser.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
presentation broken by Dzmitry Lazerka Posted
Re: presentation broken by Lukasz Wiechec Posted
Re: presentation broken by Faisal Waris Posted
  1. Back to top

    presentation broken

    by Dzmitry Lazerka

    When I press play triangle, nothing happens. Browser: Firefox, Chrome (most recent ones).

  2. Back to top

    Re: presentation broken

    by Lukasz Wiechec

    Dymitry,

    I have the same problem - Chrome on Linux - but I noticed that eventually the presentation manages to start, after 10-15 minutes later :) I have no idea why is it happening. InfoQ - anyone knows?...

  3. Back to top

    Re: presentation broken

    by Faisal Waris

    Try to download the slides via the slides link. In my case, the request gets blocked by the firewall. Here is the message I see:

    Based on your corporate access policies, this web site ( flv.thruhere.net/downloads/556c7157dabad2765094... ) has been blocked because it has been determined to be a security threat to your computer or the corporate network. This web site has been associated with malware/spyware.

    Its seems that flv.thruhere.net is blacked flagged. This could explain Dzmitry's problem.

Educational Content

Eventually Consistent HTTP with Statebox and Riak

Bob Ippolito explains how to solve concurrent update conflicts with Statebox, an open source library for automatic conflict resolution, running on top of Riak.

Java.next

Erik Onnen attempts to demonstrate that Java is still the best programming language for the JVM if simplified idioms are used along with proper tooling.

Evolution in Data Integration From EII to Big Data

Approaches to integrating data are changing with emergence of cloud computing.

Winning Hearts and Minds: How to Embed UX from Scratch in a Large Organization

Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.

LMAX Disruptor: 100K TPS at Less than 1ms Latency

Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.

Thoughts on Test Automation in Agile

Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.

Actor Interaction Patterns

Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.

Scalaz: Functional Programming in Scala

Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.