multithreading

Tag details

Welcome to the 'multithreading' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'multithreading'.

Look up Offsite Link "multithreading" at The Free Dictionary

Latest blogosphere posts tagged “multithreading”

  • When threads go bad


    Darryl Gove's blogAuthority Authority: 100
    When a thread hits an error in a multithreaded application, that error will take out the entire app. Heres some example code: #include #include void *work(void * param){ int*a; a=(int*)(1024*1024); (*a)++; printf("Child thread exit\n");}void main(){ pthread_t thread; pthread_create(&thread;,0,work,0); ...
    1 day ago
  • Get Fast Video Converter PRO For Free ( Thanksgiving Offer)


    TechnofriendsAuthority Authority: 141
    As part of the Thanksgiving offer, Fast Video Converter PRO is currently available for free. Fast Video Converter is a popular video converting software and is usually available for $24.95. Apart from converting video files, Fast Video Converter PRO can also creates fascinating photos from video files. FVC Pro ...
    2 days ago
  • Different multi-threading problems


    Programming Interview Questions And AnswersAuthority Authority: 140
    In the last few articles we saw how to use the synchronization classes. In this article we would discuss when to use these classes. We would also see how to use synchronization access classes like CSingleLock and CMultiLock . To determine which synchronization class we should use follow the rules given below: If ...
    2 days ago
  • What is Dual Core?


    COMPUTER TROUBLESHOOTINGAuthority Authority: 137
    A multi-core processor is a processing system composed of two or more independent Image via Wikipedia cores. The cores are typically integrated onto a single integrated circuit die (known as a chip multiprocessor or CMP), or they may be integrated onto multiple dies in a single chip package. A many-core ...
    6 days ago
  • PDC09 – Pre-Conference - Windows 7 BootCamp Part 1/6 - Introduction


    Windows 2008 SecurityAuthority Authority: 155
    Introduction to the Windows 7 BootCamp Key Windows Kernel Changes Performance Footprint reduction Memory optimizations Working set management improvements Perftrack Power efficiency Core Parking Trying to make cores going to sleep if they are not needed Unified Background Process Manager Timer Coalescing Tick Skipping ...
    1 week ago
  • PDC09 – Pre-Conference – Windows 7 BootCamp Part 1/6 – Introduction


    Microsoft Patch WatchAuthority Authority: 159
    Introduction to the Windows 7 BootCamp Key Windows Kernel Changes Performance Footprint reduction Memory optimizations Working set management improvements Perftrack Power efficiency Core Parking Trying to make cores going to sleep if they are not needed Unified Background Process Manager Timer Coalescing Tick Skipping ...
    1 week ago

Comments about multithreading

Personal attacks are NOT allowed
Please read our comment policy