Improving Performance Across Platforms with Qt and Multithreading
An introduction to multithreading capabilities in Qt
More about:
Get an Alert
when The Register has something new about ...Check the boxes & select Email or Atom/RSS Feed.
Qt is a cross-platform application framework with a range of features, including C++ APIs that vastly simplify programming of multithreaded applications. By subclassing Qt’s base classes for multithreading, you inherit a rich set of capabilities based on our years of experience addressing the challenges of this type of programming.
You get a variety of tools for preventing race conditions or other conflicts between threads, such as overwriting or corrupting shared data. That lets you spend more time focusing on the specific logic and design of your application. In addition, some of the base capabilities of Qt such as the signals and slots mechanism for communication between software components can also be applied to communication between threads.
This whitepaper introduces the multithreading capabilities in Qt.
Explore
Pick a topic to learn more …Login / Register
in order to download ...Sign up for an account.
Most Popular
interesting to people like you …Optimizing the data center for cost and efficiency
Control costs and add value to the business
More about:


