FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Web Development
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
September 18, 2006
Making Persistence Work: Using Thread Local Storage

This NetSeminar will demonstrate how to use the Thread Local Storage API within both Windows threads and Pthreads in order to deliver private copies of shared data that will persist during a thread's lifetime. Event Date: Tuesday, November 7, 2006. 9:00 AM PT / 11:00 AM CT / 12:00 PM ET

Making Persistence Work: Using Thread Local Storage

Date / Time
Tuesday, November 7, 2006
9:00 AM PT / 11:00 AM CT / 12:00 PM ET


[click here to register]

Duration
60 minutes

Presented By
Dr. Dobb's Journal Vendor Perspectives NetSeminar

  • Dr. Clay Breshears — Course Architect, Intel® Software College

    Overview

    Variables declared within threaded functions are local to threads, but these variables do not persist between function calls. Globally accessible variables persist, but they often require synchronization to be used effectively. This NetSeminar will demonstrate how to use the Thread Local Storage API within both Windows threads and Pthreads in order to deliver private copies of shared data that will persist during a thread's lifetime.

    After attending this NetSeminar, participants will understand:

  • The functions used to declare, use, and remove Thread Local Storage in both Windows threads and Pthreads
  • How to effectively make use of Thread Local Storage in multithreaded applications and thread-safe libraries

    TOP 5 ARTICLES
    No Top Articles.



  • MICROSITES
    FEATURED TOPIC

    ADDITIONAL TOPICS

    INFO-LINK