The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Divide and Accumulate with Scala Actors

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Christian Horsdal

Posts: 253
Nickname: horsdal
Registered: Mar, 2009

Christian Horsdal is a software architect at MjĂžlner Informatics.
Divide and Accumulate with Scala Actors Posted: Jun 17, 2010 1:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Christian Horsdal.
Original Post: Divide and Accumulate with Scala Actors
Feed Title: Horsdal
Feed URL: http://www.horsdal-consult.dk/feeds/posts/default
Feed Description: A blog that will be about code, architecture, design, and .NET.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Christian Horsdal
Latest Posts From Horsdal

Advertisement
In Scala we can easily do things in parallel with actors; actors are easily started up, they are cheap, and they can easily send objects to each other . Here I'll look at how to use actors to parallelize in situations where we need to do some sort of calculation and aggregation over a collection of objects. E.g. given a collection of RSS or ATOM feeds pull down the list recents items from each

Read: Divide and Accumulate with Scala Actors

Topic: MSDN Simulcast Event on June 19: NYC Windows Communication Foundation (WCF) Firestarter (Level 200) Previous Topic   Next Topic Topic: Project Natal is now Kinect for Xbox 360

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use