• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Concurrent Programming with Ruby and Tuple Spaces

by on Jun 13, 2009

  • 13,523 views

Ruby threads are limited due to the Global Interpreter Lock. Therefore, the best way to do parallel computing with Ruby is to use multiple processes but how do you get these processes to ...

Ruby threads are limited due to the Global Interpreter Lock. Therefore, the best way to do parallel computing with Ruby is to use multiple processes but how do you get these processes to communicate?

This session will provide some strategies for handling multi-process communication in Ruby, with a focus on the use of TupleSpaces. A TupleSpace provides a repository of tuples that can be accessed concurrently to implement a Blackboard system. Ruby ships with a built-in implementation of a TupleSpace with the Rinda library.

During the session, Luc will demonstrate how to use Rinda and will highlight other libraries/projects that facilitate interprocess communication and parallel computing in Ruby.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as OpenOffice

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

4 Embeds 988

http://dambalah.com 792
http://localhost 75
http://www.slideshare.net 72
http://luccastera.com 49

Statistics

Likes
18
Downloads
264
Comments
0
Embed Views
988
Views on SlideShare
12,535
Total Views
13,523
Post Comment
Edit your comment

Concurrent Programming with Ruby and Tuple Spaces Concurrent Programming with Ruby and Tuple Spaces Presentation Transcript