10 tips on how to prevent business value risk
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Jonathan Allen on Oct 22, 2008
An interview recorded at JAOO, Anders Hejlsberg and Guy Steele talk about concurrency in language design. Anders Hejlsberg is the chief architect of C#, creator of Turbo Pascal, and former chief architect of Delphi. Guy Steele is the creator of Scheme and is currently working on Sun's Fortress, a programming language that focuses on parallelism and mathematics.
According to Anders, the change in emphasis is that the focus on parallelism is moving from coarse task and process based concurrency to a fine-grained concurrency where "you want to break a single logical task into multiple workloads".
One of the areas Anders is working on is finding a way for the compiler to know if an object has been "revealed to the rest of the world" and using that information to determine if it is safe to mutate. The challenge is that programmers have been taught to write in ways that are incompatible with where they need to go.
Guy follows with defining two types of concurrency, those that are fundamental to the application such as transactional processing, and those that are the result of not having a single CPU that is fast enough. For the latter type he claims that developers would be happy not to use multi-threading if it were a viable option. He does not care if the language is functional or not, as long as you can tell the compiler where it's OK to use parallelism.
Anders counters that developers do not necessarily know if their code, or the code it uses, are actually safe. This is where the idea of making pure functions, functions without side-effects, able to call only other pure functions.
When the topic turns to functional programming languages they both mentioned there is a lot of interest in it, but acknowledge the problems with retraining developers who have already heavily invested in imperative programming skills. Anders also brings up the issue of efficiency in functional languages; specifically algorithms like QuickSort perform poorly in functional languages. He prefers a hybrid approach where there are "islands of purity" in an otherwise imperative language with a clear delineation between them.
Improve Java Garbage Collection, Runtime Execution, and JVM visibility with Zing
Monitor your Production Java App - includes JMX! Low Overhead - Free download
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
Why NoSQL? A primer on Managing the Transition from RDBMS to NoSQL
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.
Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?
Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.
No comments
Watch Thread Reply