Subject: | Locking in CGI::Session::MySQL is useless |
The locking in CGI::Session::MySQL is redundant. It only holds locks while the data is being read or written. MySQL already guarantees atomic reads and writes. The locking stuff should be removed, since it just wastes times.