/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/lock.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-01-19 01:30:59 UTC
  • Revision ID: csa@dside.dyndns.org-20120119013059-zmr87gea4srlncj0
Support parallel caching

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
 const BLOCK = 1;
8
8
 const ALL = 2;
 
9
 const EXCLUSIVE = 2;
9
10
 
10
11
 function __construct($name) {
11
12
    global $TMP_PATH;