Re: Managing sessions...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux