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 Tudományegyetem Egyetemi Könyvtár *
*****************[ [EMAIL PROTECTED] ]******************

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

Reply via email to