include() is not magical.  it's all PHP code,
whether or not you put it into your "main" file,
or pull it in with an include()

if it's slow - it's slow, regardless of *how*
it was brought into the script.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 4:11 AM
> To: php-general
> Subject: [PHP] Include & Speed
> 
> 
> Hi everybody,
> 
> How much the include() can slow down the execution of the scripts; if I
> call one file let say for the db connection it's clearly ok but is it a
> limite of numbers of include in one script from where that slow the
> process?
> 
> Marc
> -- 
> 
> 
>       /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
>       /*                 Marc Fourny                  /*
>       /*      Multimedia Development for the web      /*
>       /*                      &                       /*
>       /*                    CD-ROM                    /*
>       /*           Fourny ElectronicEDiting           /*
>       /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
> 

-- 
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]

Reply via email to