0

If I running a php script in Apache that "require"s a php file, is there a way that I can keep that in memory so that it doesn't need to be pulled from disk each time?

ckliborn
  • 209
  • 1
  • 2
  • 5

1 Answers1

2

you can use one of these php accelerators

http://en.wikipedia.org/wiki/List_of_PHP_accelerators

Saket Patel
  • 6,573
  • 1
  • 27
  • 36