The Artima Developer Community
Sponsored Link

Java Buzz Forum
Concurrency Rising

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
Geoffrey Wiseman

Posts: 51
Nickname: diathesis
Registered: Aug, 2003

Geoffrey Wiseman is a software professional.
Concurrency Rising Posted: Jan 10, 2005 1:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Geoffrey Wiseman.
Original Post: Concurrency Rising
Feed Title: Furious Purpose
Feed URL: http://www.jroller.com/diathesis/feed/entries/rss
Feed Description: Thoughts and experiences on technology and software.
Latest Java Buzz Posts
Latest Java Buzz Posts by Geoffrey Wiseman
Latest Posts From Furious Purpose

Advertisement

Around the turn of the year there was some discussion about the rise of concurrency. In essence, Herb Sutter argues reasonbly that the increasing trend in microprocessor and system design to multi-core and multi-processor designs will have an impact on the way we design and develop software.

It's a convincing perspective; thanks to Rickard for pointing out the article and arguing in its favor. For that matter, it reminds me of Don Box's comment at OOPSLA.

In order to take advantage of the full power of a system, software architecture, design and implementation may have to increasingly rely on concurrency and pervasive, aggressively multi-threaded strategies.

The concurrency libraries for Java 5 are seemingly just in time to help Java developers make new strides towards writing readable, maintainable, concurrency code. For those not yet on J2SE 5, you can look to Doug Lea's original library or the backport of the J2SE 5.0 version.

Happily, for those of us developing web applications as a general rule, if you're developing an application that expects to have concurrent users, you're likely already writing code that is multi-threaded by virtue of the way web applications operate, although this also probably means you've been dealing with concurrency issues for some time.

Looking in another direction, the argument can be made that even library support for concurrency is not sufficient and we need to be considering more fundamental paradigm shifts such as Communicating Sequential Processes.

Read: Concurrency Rising

Topic: Java vs .NET numbers Previous Topic   Next Topic Topic: [Dec 31, 2004 06:59 PST] 2 Links

Sponsored Links



Google
  Web Artima.com   

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