The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Better Scaling through application level threading

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
Better Scaling through application level threading Posted: Mar 11, 2006 3:52 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Better Scaling through application level threading
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

Every so often, someone asks me why Cincom Smalltalk doesn't use native (platform) threads - the assumption being that lightweight (i.e., managed by Smalltalk) level threads just can't cut it. Someone should tell Microsoft, because they have SQL Server using the same kind of model that Cincom Smalltalk uses:

Ken Henderson profiles the User Mode Scheduler (UMS) in SQL Server 2000 that requires developers to write code that runs efficiently, and yields often enough in the appropriate places. UMS provides more control and allows the server to scale better than it could with the Windows scheduler.

Read that last sentence a few times :) Then have a look a little further down in the article:

An important difference -- in fact, probably the most important difference—between the Windows scheduler and the SQL Server UMS is that the Windows scheduler is a preemptive scheduler, while UMS implements a cooperative model.

Just like what we do in Cincom Smalltalk. Read the article, and then look at the Smalltalk process model we use in CST. You'll see a lot of similarities.

Read: Better Scaling through application level threading

Topic: Dynamic Languages in Brussels Previous Topic   Next Topic Topic: The Archives work better

Sponsored Links



Google
  Web Artima.com   

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