1Apache::Session::Lock::UNsuelrl(C3o)ntributed Perl DocumAepnatcahtei:o:nSession::Lock::Null(3)
2
3
4

NAME

6       Apache::Session::Lock::Null - Does not actually provides mutual
7       exclusion
8

SYNOPSIS

10        use Apache::Session::Lock::Null;
11
12        my $locker = Apache::Session::Lock::Null->new;
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

DESCRIPTION

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

AUTHOR

26       This module was written by Jeffrey William Baker <jwbaker@acm.org>.
27

SEE ALSO

29       Apache::Session
30
31
32
33perl v5.32.0                      2020-09-19    Apache::Session::Lock::Null(3)
Impressum