Can i install perl modules in tempfs(ramdisk)?

S

sonet

Can i install module in /usr/local/perlmods. And cp all file to
/usr/local/cache(tempfs ramdisk) when OS start.

Then setting the block of

BEGIN {
unshift (@INC, '/usr/local/cache');
}

at top of the program.

After do that , it will more efficiency??
=======================================================
perl Makefile.PL PREFIX=/usr/local/perlmods LIB=/usr/local/perlmods
make
make install
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top