The Artima Developer Community
Sponsored Link

Java Buzz Forum
ExecutorService

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
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
ExecutorService Posted: Jun 13, 2006 1:45 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: ExecutorService
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

I'm making a big assumption here, but most of the commercial world is still stuck on using Java 1.4.x and below. On my new project, I'm in the nice position of being able to use Java 5.0 and all of the new features that it brings to the table. One of these is the ExecutorService, which is a part of the java.util.concurrent package. I wanted to build a thread pool today and this makes it a trivial exercise. Create an ExecutorService instance via one of the factory methods on the Executors class and you're done. When you need to do something with the pool, just throw it a Runnable.

There's tons of stuff in this package that I've not looked at in any detail before. Time to dust off my copy of Java 5.0 Tiger: A Developer's Notebook that I bought at JavaOne 2004. :-o

Read: ExecutorService

Topic: Using ADF Bindings with a Pojo model Previous Topic   Next Topic Topic: Eclipse Continuum plugin

Sponsored Links



Google
  Web Artima.com   

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