RE: [PHP] Include Speed

2001-06-21 Thread Jason Murray

 Isn't it fair to say that having the server open the extra 
 file will add to the total execution time of the page?

I think if it significantly impacts the execution time, you have bigger
problems with your server. :)

Jason

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




RE: [PHP] Include Speed

2001-06-20 Thread scott [gts]

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]




RE: [PHP] Include Speed

2001-06-20 Thread tony . mccrory


Isn't it fair to say that having the server open the extra file will add to
the total execution time of the page?




   

scott [gts]  

scott@graphiTo: php [EMAIL PROTECTED] 

ctype.com   cc:   

 Subject: RE: [PHP] Include  Speed

06/20/2001 

04:33 PM   

   

   





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]



IMPORTANT NOTICE  The information in this e-mail is confidential and should
only be read by those persons to whom it is addressed and is not intended
to be relied upon by any person without subsequent written confirmation of
its contents.  Furthermore, the content of this e-mail is the personal view
of the sender and does not represent the advice, views or opinion of our
company.  Accordingly, our company disclaim all responsibility and accept
no liability (including in negligence) for the consequences of any person
acting, or refraining from acting, on such information prior to the receipt
by those persons of subsequent written confirmation.  In particular (but
not by way of limitation) our company disclaims all responsibility and
accepts no liability for any e-mails which are defamatory, offensive,
racist or in any other way are in breach of any third party's rights,
including breach of confidence, privacy or other rights.  If you have
received this e-mail message in error, please notify me immediately by
telephone.  Please also destroy and delete the message from your computer.
Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and/or publication of this e-mail message is strictly
prohibited.  Trinity Mirror plc is the holding company for the Trinity
Mirror group of companies and is registered in England No. 82548, with its
address at Kingsfield Court, Chester Business Park, Chester CH4 9RE.


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