RSS feed [root] /weblog /concurrency /java




login:

password:

title search:




 


Mon Sep 18 00:29:41 GMT 2023

concurrency



(google search) (amazon search)
second
download zip of files only

Tue Dec 14 16:30:18 GMT 2010 From /weblog/java/concurrency

antipattern


Why we need volatile in MT access - http://blogs.sun.com[..]age/sundararajan?entry=is_this_mt_safe_i

Sync. and set array - http://www.nabble.com[..]attern%2C-way-to-common-td16061045.html: No such file or directory

Java Concurrency Gotchas - ttp://www.slideshare.net[..]xmiller/java-concurrency-gotchas-3666977

(google search) (amazon search)


Thu Jun 03 18:21:24 GMT 2010 From /weblog/java/concurrency

profiler


But look like very useful: http://jroller.com/page/davinci?entry=simple_thread_profiling

Profile the contention of lock - http://www.infoq.com/articles/jucprofiler

(google search) (amazon search)


Mon Sep 08 16:42:44 GMT 2008 From /weblog/java/concurrency

Functional


Series about using functional library to ease the development of concurrency application

http://apocalisp.wordpress.com[..]allel-strategies-and-the-callable-monad/
http://apocalisp.wordpress.com[..]008/06/30/parallel-list-transformations/
http://apocalisp.wordpress.com[..]7/28/threadless-concurrency-with-actors/
http://apocalisp.wordpress.com/2008/09/02/a-better-future/

(google search) (amazon search)


Sat Aug 04 18:40:37 GMT 2007 From /weblog/java/concurrency

JMM


An excellent presentation - http://www.javapolis.com/JP05Content/talks/day3/brian2/index.html and excellent site - http://www.cs.umd.edu/~pugh/java/memoryModel/index.html Locking optimization at Java 6 http://www-128.ibm.com[..]rary/j-jtp10185/index.html?ca=drs-tp4205

(google search) (amazon search)


Wed Aug 01 17:25:51 GMT 2007 From /weblog/java/concurrency

AbstractQueuedSynchronizer




Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues. http://java.sun.com[..]nt/locks/AbstractQueuedSynchronizer.html

(google search) (amazon search)


Wed Nov 22 11:38:38 GMT 2006 From /weblog/java/concurrency

K-mean


An article introducing using K-mean algorithm in Java - http://www.javaworld.com/javaworld/jw-11-2006/jw-1121-thread.html

(google search) (amazon search)


Thu Oct 12 07:29:34 GMT 2006 From /weblog/java/concurrency

Future


An example of using Future API which availabe upon 1.5 JVM

http://www.alittlemadness.com/?p=32

The other example, make a method timeout and interrupt for sure

http://mrfeinberg.com/blog/archives/000016.html

(google search) (amazon search)


Tue Aug 08 16:59:46 GMT 2006 From /weblog/java/concurrency

hardware


There may be more issue rise at concurrency code, althrough I don't know why JVM can't/shouldn't take care all hardward change...

http://www.theserverside.com[..]d_id=41602&asrc=EM_NNL_430426&uid=703565

(google search) (amazon search)


Sat Feb 04 11:40:08 GMT 2006 From /weblog/java/concurrency

Continuations


Discuss some library allow your resume thread execution

http://jroller.com/page/cpurdy?entry=java_continuations_revisted


(google search) (amazon search)


Mon Aug 22 04:28:45 GMT 2005 From /weblog/java/concurrency

dateformat


http://cardboard.nu[..]08_19/dateformat_is_not_thread_safe.html

(google search) (amazon search)