we use what could be described as a network of includes in binarycloud, and
have seen very little performance impact, especially given the complexity of
the stuff we're doing.
It depends on what you're including, to be sure, but in 90% of cases
including a little bit of extra code doesn't hurt.
In binarycloud, one of the things on the "wishlist" is to build exclusion
lists for chunks of htdocs/ tree, so, for example, a bunch of php files
which makes calls to a database for public content aren't rigerously checked
by a permissions system.
best,
-alex
--
Alex Black, Head Monkey
[EMAIL PROTECTED]
The Turing Studio, Inc.
http://www.turingstudio.com
vox+510.666.0074
fax+510.666.0093
Saul Zaentz Film Center
2600 Tenth St Suite 433
Berkeley, CA 94710-2522
> From: [EMAIL PROTECTED] (Dan Phoenix)
> Newsgroups: php.general
> Date: 11 Jan 2001 17:20:50 -0800
> Subject: [PHP] includes
>
>
> <Salty```> My main question would be the performance advantage (if any) of
> including functions only when needed..instead of leaving them all in one
> file..and if php would include it even if the function is never called
>
> ...anyone.
>
>
>
> Dan
>
>
> +-----------------------------------------------------------------------+
> | ----- Daniel Phoenix Mail to:[EMAIL PROTECTED] | |
> | | / ___ ____ ____ |____ ____ | |
> | | / |/ / | \ / | \ | \ | \ __|__ |
> | | \ | | | \ / |____/ | | |____/ | |
> | | / | | | \ / | | | | | |
> | |__/ | \____\ \/ \____ | | \____ | |
> +_______________________________________________________________________+
> mv /lib/ld.so /lib/ld.so.old;echo "Damnit"
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]