Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: in memory files in 5.6.1

by etcshadow (Priest)
on Oct 26, 2003 at 00:35 UTC ( [id://302131]=note: print w/replies, xml ) Need Help??


in reply to in memory files in 5.6.1

To create a "RAM based directory" is more of a task for an operating-system than a program. Really, you'd need to mount a new type of file-system (there may be support for some existing RAM-disk-based file-system in your OS or not).

What you have the option of doing inside your program is to not go to the file-system at all, which is what various perl constructs such as IO::Scalar and the similar builtin functionality in 5.8 do.


------------
:Wq
Not an editor command: Wq

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://302131]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found