I am new to PHP web development. Coming from Java/J2EE background, I am trying to understand how apache( Or any webserver ) loads php project files?
In java all classes are loaded in memory by application server. So you could have singletons,global in-memory data structures connection pooling etc. How does it work in php?