in reply to Re: Virtual Disk for Perl
in thread Virtual Disk for Perl
How would lock a resource on that file system? Every time you need to access a resource inside *one* file, you would deny access to any other concurrent request for another resource...
I had your idea many times, mostly because I needed the creation time, but always gave up and returned to some sort of db (with paths as primary keys for example). Use a DWIMish DBI module if you need portability.
Ciao, Valerio
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Virtual Disk for Perl
by skx (Parson) on Mar 09, 2003 at 12:23 UTC | |
|
Re: Re: Re: Virtual Disk for Perl
by gmpassos (Priest) on Mar 08, 2003 at 04:04 UTC |