ThreadJack - A threading library in C++

There is an open source initiative from Japan to provide a threading library, that would look exactly like the threading model of Java. You can find the details of the project here.

One of the advantages that I see, as it is stated in the site, is that a person with good Java programming back ground doesn't have to spend time learning the threading model of different platforms. This library promises to give a uniform threading model across different operating systems.

Comments

Popular posts from this blog

Gotchas with DBCP

A note on Java's Calendar set() method

The mysterious ORA-03111 error