The Artima Developer Community
Sponsored Link

Agile Buzz Forum
A Maze of little threads

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
A Maze of little threads Posted: Jun 2, 2006 6:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: A Maze of little threads
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Patrick Logan on using lots of processes in Smalltalk:

I’d thought a little about this for Smalltalk when I worked at Gemstone. I don’t know enough about the Squeak VM to talk about it. Like Erlang’s and Gambit Scheme’s VMs, it would require the ability to create many 1000’s of non-OS threads very quickly and run them all fairly. I think Cincom’s commercial Smalltalk VM might approach these numbers.

VisualWorks can most certainly handle that. In BottomFeeder, the default update loop spawns a process (Smalltalk) per feed, and executes an HTTP query for it (assuming, based on various update algorithm parameters, it should). I have 318 feeds in my Bf right now, and it does just fine spinning that many off.

Read the rest, where Patrick points out how Smalltalk processes and Erlang ones differ - but in terms of what Smalltalk can handle, lots of processes isn't a problem.

Read: A Maze of little threads

Topic: Dead Mac Drive Previous Topic   Next Topic Topic: Failed Analogy

Sponsored Links



Google
  Web Artima.com   

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