Answer the question
In order to leave comments, you need to log in
Multithreaded C++ applications on Linux?
As a matter of fact, there is interest and laboratory work turned up, but on my own I could not find books that cover the topic well.
I think there are people who are quite savvy in this matter. Please help me find a bibliography.
Answer the question
In order to leave comments, you need to log in
V.E. Karpov, K.A. Konkov "Introduction to operating systems". Not about the pros and not only about Linux, but I wrote my first multi-threaded application using this particular book. Might be useful as a base.
If it is C++ that can be taken:
1) Boost::Thread (http://www.boost.org/)
There are examples and good documentation there.
Of the benefits:
1. the implementation of this library should be included in the following C ++ standard (std::thread)
2. it will work on all supported OS (Win, Linux, Mac OSX)
2) Threading Building Blocks (http://www.threadingbuildingblocks. org/)
There is a book in English - you can look for it in exchangers
. Surely there is more if you google it (for example, ACE www.cs.wustl.edu/ ~schmidt/ACE.html has its own streaming capabilities),
but I think the first two should enough for laboratory
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question