Java like Thread implemenation for C++

Y

Y2KYZFR1

I have been looking and have not found anything yet, anyone know of a
C++ library, source available preferably that mimics the Java thread
implementations like Thread and Runnable?????

I searched sourceforge and google and did not see anything but that
does not mean someone else does not know of some less well known
resource that might not be showing up in the search.
 
G

Gregg

Y2KYZFR1 said:
I have been looking and have not found anything yet, anyone know of a
C++ library, source available preferably that mimics the Java thread
implementations like Thread and Runnable?????

I searched sourceforge and google and did not see anything but that
does not mean someone else does not know of some less well known
resource that might not be showing up in the search.

There used to be a library called JThreads that provided this, but now when
I search for it the only thing I can find is this:

http://www.iona.com/devcenter/orbacus/jtc.htm

It used to be downloadable and free for non-commercial use, but I don't know
what its current status is. It is not clear from this site how one actually
obtains it or what its current license is. I have never used it.

You might also look into ACE

http://www.cs.wustl.edu/~schmidt/ACE.html

but this is a huge framework for doing all sorts of network-oriented
programming. It is a good product but poorly documented and not always
intuitive. Addison Wesley has published a couple of books on it, but they
are not really reference books.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top