[PHP-DEV] Practical question

2003-01-25 Thread Miham KEREKES
Hi,

Well, I know, this list is not for aiding users developing _with_ PHP
but for developing _the_ PHP, but I think, this is the best place for
this question -- correct me if I'm wrong.

I'm creating a site which is quite an extensive, you know, I mean great,
well-organized directory structure, etc..

As I always think, if the scriptfile is growing above 10k, i should
split that into two or more files if the functions are alternative, in
order to save some CPU cycles by not to process the whole file in vain.

But as I recently red, the require takes up a LOT of CPU cycles. 

So, my question finally is: 
What is that filesize, above which is _recommended_ to split files into
parts?

Thanks,
Miham.
-- 
*
* Miham KEREKES * Szegedi Tudomnyegyetem Egyetemi Knyvtr *
*[ [EMAIL PROTECTED] ]**

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




Re: [PHP-DEV] Practical question

2003-01-25 Thread Sterling Hughes
On Sat, 2003-01-25 at 15:52, Miham KEREKES wrote:
 Hi,
 
 Well, I know, this list is not for aiding users developing _with_ PHP
 but for developing _the_ PHP, but I think, this is the best place for
 this question -- correct me if I'm wrong.
 

you're wrong.  ask this question on [EMAIL PROTECTED]

-Sterling
-- 
Programming today is a race between software engineers stirring to  
 build bigger and better idiot-proof programs, and the universe trying  
 to produce bigger and better idiots. So far, the universe is winning. 
- Unknown


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