Perl and a Ramdisk



I am working on a chat program and am thinking of using a ramdisk to
hold the chat data. Is there anything special I should know about
accessing ramdisk from perl or is it just another disk to perl? On my
development machine I don't have a ramdisk, so I will be using the HD
for storing while debuging, but on the machine it will run on there is
one, and it would be nice if I could just have a variable holding the
destination and only have to change that instead of changing any
routines that did any file i/o.

Bill H
.



Relevant Pages

  • Re: Perl and a Ramdisk
    ... hold the chat data. ... accessing ramdisk from perl or is it just another disk to perl? ... development machine I don't have a ramdisk, so I will be using the HD ...
    (comp.lang.perl.misc)
  • Re: Perl and a Ramdisk
    ... accessing ramdisk from perl or is it just another disk to perl? ... development machine I don't have a ramdisk, so I will be using the HD ... Your plan is good right up to the part where you actually ...
    (comp.lang.perl.misc)