RE: [PHP] PHP, server load and optimize

2003-07-14 Thread Adrian Teasdale
_mmc.htm Hope this helps Adrian sourceguardian.com > -Original Message- > From: Jon Shoberg [mailto:[EMAIL PROTECTED] > Sent: 14 July 2003 14:23 > To: [EMAIL PROTECTED] > Subject: [PHP] PHP, server load and optimize > > > > Is there a way to execute a few

[PHP] PHP, server load and optimize

2003-07-14 Thread Jon Shoberg
Is there a way to execute a few continuous lines of PHP code before the engine load user defined functions from a PHP script? We need to find a way to controll server load. the code of the script itself has been optimized completely. thanks -- PHP General Mailing List (http://www.php.n

Re: [PHP] server load

2002-03-16 Thread Andrey Hristov
it network. Regards, Andrey - Original Message - From: "caspar kennerdale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 7:40 PM Subject: RE: [PHP] server load > I am thinking of using a documentation parser such as javadoc (called > php

Re: [PHP] server load

2002-03-16 Thread Andrey Hristov
I have :))) Andrey - Original Message - From: "caspar kennerdale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 7:40 PM Subject: RE: [PHP] server load > I am thinking of using a documentation parser such as javadoc (called >

RE: [PHP] server load

2002-03-16 Thread caspar kennerdale
: [PHP] server load However write short but meaningful comments. Keep in mind that the scripts has to be loaded in the memory from the disk. Although after first request it is in some cache. Andrey - Original Message - From: "caspar kennerdale" <[EMAIL PROTECTED]> To: &

Re: [PHP] server load

2002-03-16 Thread Andrey Hristov
ED]> Sent: Saturday, March 16, 2002 7:24 PM Subject: RE: [PHP] server load > So you could have as much commented text without any detriment to the pages > performance? > > great > > > > -Original Message- > From: Andrey Hristov [mailto:[EMAIL PROTECTED]] &g

RE: [PHP] server load

2002-03-16 Thread caspar kennerdale
So you could have as much commented text without any detriment to the pages performance? great -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: 16 March 2002 17:17 To: caspar kennerdale Cc: [EMAIL PROTECTED] Subject: Re: [PHP] server load Flex - the tools

Re: [PHP] server load

2002-03-16 Thread Andrey Hristov
AIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 7:13 PM Subject: [PHP] server load > Would a 10kb file which has 5kb of comments take longer to process in php > than the same file wihout the comments which is 5kb? > > Or are the co

[PHP] server load

2002-03-16 Thread caspar kennerdale
Would a 10kb file which has 5kb of comments take longer to process in php than the same file wihout the comments which is 5kb? Or are the comments ignored as far as server load and speed to delivery are concerned? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://