threads

  • submit to reddit

How to Analyze Java Thread Dumps

The content of this article was originally written by Tae Jin Gu on the Cubrid blog.  When there is an obstacle, or when a Java based Web application is...

7 replies - 24094 views - 10/18/12 by Esen Sagynov in Articles

Multithreading -- Fear, Uncertainty and Doubt

Read this: "How to explain why multi-threading is difficult". We need to talk. This is not that difficult.Multi-threading is only difficult if you...

1 replies - 4599 views - 06/08/11 by Steven Lott in Articles

Introduction to JOODAMP Framework for Bulk data processing

This article gives a brief introduction about JOODAMP (Java Pooled Data Multi Processor https://joodamp.dev.java.net ) framework which started from scratch....

7 replies - 12586 views - 02/20/09 by pradeep Duraisamy in Articles

Java Concurrency In Practice

3 replies - 8659 views - 08/06/08 by srini kamisetty in Book Reviews

HashMap is not a Thread-Safe Structure

Last few months I have seen too much code where a HashMap (without any extra synchronization) is used instead of a thread-safe alternative like the...

16 replies - 39688 views - 05/29/08 by Peter Veentjer in Tips and Tricks

Java closures and threading

My main concern with proposals for closures in Java has always been that it has the potential of making multi-threading so transparent that you forget to think...

2 replies - 1312 views - 02/22/08 by Torbjörn Gannholm in News

"Extend" The Thread Class In Csharp

0 replies - 5379 views - 06/29/07 by Snippets Manager in Uncategorized

ParBegin En C++ .net

0 replies - 4835 views - 09/22/06 by Snippets Manager in Uncategorized