Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 6. Performance > File System

6.4. File System

Disks are disks are disks. They can also cause massive bottleneck problems that are difficult to solve if you need to store data on disk. While you can throw in faster disks (15,000 RPM SCSI drives anybody?), better RAID strategies (“striping”), and SSDs, there is still a limit you’re going to hit sooner or later.

The best strategy for this is to utilize memory-based caches for disk data where possible. Whether it’s the configuration file you have to read on every request, or the PHP files used to run the site, there are many options for this, and they all mean one thing: caching.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial