browse by tag: concurrency in language
sort by
Python: Some Concurrency Tricks
in Python added by admin, on 27/12/2007 concurrency intermediate
Here are a few concurrency tricks if you're stuck using threads. I used these tricks years ago to write a Swing application in Jython, and I found them to be helpful enough to warrant a blog post, albeit a few years delayed.
comment save reportTaming Tiger: Concurrent Collections
in Java added by admin, on 6/11/2007 advanced concurrency queue
Moving beyond Map, Collection, List, and Set: John Zukowski discusses the new library release in the Tiger release of the J2SE platform and what it provides: a set of utilities commonly needed in concurrent programs. If you are interested in optimizing multithreaded access to your collections, you've come to the right place.
comment save report