Warning: PHP Request Startup: open(/var/tmp/9/c/sess_9c33764df73c7292588b3f6dabf2b44e, O_RDWR) failed: Disk quota exceeded (122) in Unknown on line 0 Warning: PHP Request Startup: Failed to read session data: files (path: 2;/var/tmp) in Unknown on line 0 Warning: session_start(): Session cannot be started after headers have already been sent in /mnt/web023/c2/69/54133069/htdocs/site/php_base_functions.inc.php on line 6 C++11 Accessing shared data

Safe access to shared data

Top1 Overview

Top2 Understanding the problem of synchronization

Top3 Safe initialization of data

Top4 Atomics