Warning: PHP Request Startup: open(/var/tmp/3/9/sess_3953e72bf7d9c9ea94b59cf7a5796954, 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