|
Posted by "Richard Lynch" on 01/20/06 23:12
On Fri, January 20, 2006 10:53 am, David BERCOT wrote:
> Isn't there, like in asp, a global.asa where I can put all my
> parameters ?
You could solve this with:
php.ini
..htaccess
include (or require)
auto_prepend_file
The problem with global.asa is that it implies a shared memory space
that PHP would use.
That, in turn, breaks the "shared nothing" architecture which makes
PHP scalable by simply adding more servers to your server farm and
turning them on, without a nightmare of configuration and data-sharing
issues.
So, no, there is no global.asa, and there's a reason for that.
--
Like Music?
http://l-i-e.com/artists.htm
Navigation:
[Reply to this message]
|