NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
NFS mounts (Score:2)
I've had concurrency issues with the first DBD::SQLite on a very large database on an NFS mount. But I assumed it was a faulty NFS setup. Haven't seen it in a while, either.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:NFS mounts (Score:2)
RT (Score:1)
Re:RT (Score:2)
Good detective work (Score:2)
I spent most of yesterday tracking down what a race condition in our authentication code that turned out to be a bug in Apache::Session [cpan.org]. I have a renewed awe for people who can get their head around concurrency issues. And yet, there are still some people who keep telling me that threads are simple!
-Dom