I have a server which consists of several Zend Framework
application.
I want to know if it is a good idea to upload Zend Library
on the server and share it among all the applications instead of uploading it per application.
Does it influence speed if for example multiple applications request a library simultaneously or not.
What is its Pros and Cons?
Thx in advance.