Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
APC does that.... – yes123 Mar 15 '12 at 20:35
it's called op code caching, and yes. – dqhendricks Mar 15 '12 at 20:49
did you do this simple search in google before ask? google.com.ar/… – Gabriel Sosa Mar 15 '12 at 20:51

1 Answer

up vote 2 down vote accepted

you can use one of these php accelerators

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.