Session data in a RAMDISK
What a stroke of genius.
I’m sure some people think it’s obvious, but what a great application of RAMDISK!
Sessions are generally small, and putting them in a RAMDISK eliminates IO activity from storing/retrieving session data without having to change anything in PHP..
References:
- Applications : How to use a Ramdisk for Linux
- /etc/init.d/apache2_session – created by me
posted by
erin at 10:51 AM on 04 March 2004
tags:
linux