1Apache::Session::Lock::UNsuelrl(C3o)ntributed Perl DocumAepnatcahtei:o:nSession::Lock::Null(3)
2
3
4
6 Apache::Session::Lock::Null - Does not actually provides mutual
7 exclusion
8
10 use Apache::Session::Lock::Null;
11
12 my $locker = new Apache::Session::Lock::Null;
13
14 $locker->acquire_read_lock($ref);
15 $locker->acquire_write_lock($ref);
16 $locker->release_read_lock($ref);
17 $locker->release_write_lock($ref);
18 $locker->release_all_locks($ref);
19
21 Apache::Session::Lock::Null fulfills the locking interface of
22 Apache::Session, without actually doing any work. This is the module
23 to use if you want maximum performance and don't actually need locking.
24
26 This module was written by Jeffrey William Baker <jwbaker@acm.org>.
27
29 Apache::Session
30
31
32
33perl v5.30.0 2019-07-26 Apache::Session::Lock::Null(3)