multithreading

W

w3r3w0lf

hello!
can anyone give me any reference on multithreaded applications in c/c++, BUT
in linux... that is, some equivalents on _createthred,_endthread etc..
googling gave everything but a simple straight answer... some code snippet,
or example of any kind is also ok :)


TIA!
 
M

Mads Jensen

w3r3w0lf said:
can anyone give me any reference on multithreaded applications in c/c++, BUT
in linux... that is, some equivalents on _createthred,_endthread etc..
googling gave everything but a simple straight answer... some code snippet,
or example of any kind is also ok :)

I have the following links (still not started out myself doing
multithreading applications, yet):
<http://www.csce.uark.edu/~aapon/courses/cluster/examples/>
<http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html>
<http://java.icmc.sc.usp.br/library/books/ibm_pthreads/document.htm>
Hope they'll help you out!

Sincerely,
Mads
--
Mads Jensen - http://www.ddfr.dk
I have not got a suspicious email!

Flon's Law:
There is not now, and never will be, a language in which it is
the least bit difficult to write bad programs.
 
K

Kutty Banerjee

w3r3w0lf said:
hello!
can anyone give me any reference on multithreaded applications in c/c++, BUT
in linux... that is, some equivalents on _createthred,_endthread etc..
googling gave everything but a simple straight answer... some code snippet,
or example of any kind is also ok :)


TIA!
Hi,
for cross platform C++ multithreaded solutions you could refer to
<1>ACE: http://www.cs.wustl.edu/~schmidt/ACE.html
This is also the host of network, concurrent, distributed patterns!!

<2>wxBase library also has threading classes.
Of course i am assuming that you are searching for threading libraries
for C++ and are aware of what OO patterns are.

kutty
 
S

Seba

Kutty Banerjee said:
Hi,
for cross platform C++ multithreaded solutions you could refer to
<1>ACE: http://www.cs.wustl.edu/~schmidt/ACE.html
This is also the host of network, concurrent, distributed patterns!!

<2>wxBase library also has threading classes.
Of course i am assuming that you are searching for threading libraries
for C++ and are aware of what OO patterns are.

kutty

You should take a look at www.boost.org. They have the most beautiful
threading classes I saw and these are the ones with better chances of
becoming part of the language.

Regards,
Seba.
 

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,167
Messages
2,570,910
Members
47,453
Latest member
MadelinePh

Latest Threads

Top