Click here to Skip to main content
15,884,237 members
Articles / Programming Languages / C++

Scaling of memory intensive multi-threaded applications to SMMP computers

Rate me:
Please Sign up or sign in to vote.
4.92/5 (74 votes)
2 Jan 200422 min read 282.9K   2K   99  
This article discusses impact of the multithreaded run-time library's memory manager on scaling memory-intensive server applications to Shared Memory Multiprocessor computers.
  • rtl_scaling_sources.zip
    • rtl_scaling_sources
      • processes1cpu_results
        • test.2.1.1.log
        • test.2.2.1.log
        • test.2.2.2.log
        • test.2.3.1.log
        • test.2.3.2.log
        • test.2.3.3.log
        • test.2.4.1.log
        • test.2.4.2.log
        • test.2.4.3.log
        • test.2.4.4.log
        • test.2.6.1.log
        • test.2.6.2.log
        • test.2.6.3.log
        • test.2.6.4.log
        • test.2.6.5.log
        • test.2.6.6.log
      • processes2cpu_results
        • test.1.1.1.log
        • test.1.2.1.log
        • test.1.2.2.log
        • test.1.3.1.log
        • test.1.3.2.log
        • test.1.3.3.log
        • test.1.4.1.log
        • test.1.4.2.log
        • test.1.4.3.log
        • test.1.4.4.log
        • test.1.6.1.log
        • test.1.6.2.log
        • test.1.6.3.log
        • test.1.6.4.log
        • test.1.6.5.log
        • test.1.6.6.log
        • test.2.1.1.log
        • test.2.2.1.log
        • test.2.2.2.log
        • test.2.3.1.log
        • test.2.3.2.log
        • test.2.3.3.log
        • test.2.4.1.log
        • test.2.4.2.log
        • test.2.4.3.log
        • test.2.4.4.log
        • test.2.6.1.log
        • test.2.6.2.log
        • test.2.6.3.log
        • test.2.6.4.log
        • test.2.6.5.log
        • test.2.6.6.log
        • test.3.1.1.log
        • test.3.2.1.log
        • test.3.2.2.log
        • test.3.3.1.log
        • test.3.3.2.log
        • test.3.3.3.log
        • test.3.4.1.log
        • test.3.4.2.log
        • test.3.4.3.log
        • test.3.4.4.log
        • test.3.6.1.log
        • test.3.6.2.log
        • test.3.6.3.log
        • test.3.6.4.log
        • test.3.6.5.log
        • test.3.6.6.log
        • test.4.1.1.log
        • test.4.2.1.log
        • test.4.2.2.log
        • test.4.3.1.log
        • test.4.3.2.log
        • test.4.3.3.log
        • test.4.4.1.log
        • test.4.4.2.log
        • test.4.4.3.log
        • test.4.4.4.log
        • test.4.6.1.log
        • test.4.6.2.log
        • test.4.6.3.log
        • test.4.6.4.log
        • test.4.6.5.log
        • test.4.6.6.log
      • run_processes.bat
      • run_processes_impl.bat
      • run_threads.bat
      • run_threads_impl.bat
      • sources
      • TestSMP2.exe
      • threads1cpu_results
      • threads2cpu_results
@echo off
call run_threads_impl.bat 1
call run_threads_impl.bat 2
call run_threads_impl.bat 3

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Team Leader OpTier
Israel Israel
Programming computers since entering the university in 1992, but dreaming of programming long time before putting hands on my first computer.

Experienced in cross-platform software development using C++ and Java, as well as rapid GUI development using Delphi/C#. Strong background in networking, relational databases, Web development, and mobile platforms.

Like playing guitar, visiting historical sites (not in the Internet, in the car Smile | :) ) and cooking meat with friends (sorry about vegetarians). Look for more information on www.schetinin.com

Comments and Discussions