Re: [PHP] Script execution Speed

2001-01-12 Thread Alex Black
sort of. if you will always need the same functions for every page, it is probably faster to put them all in one file (where pure speed is concerned) in binarycloud, everything that makes sense to logically separate into separate files. I though that would be kind of "ok" re speed until zend ca

Re: [PHP] Script execution Speed

2001-01-12 Thread Cynic
depends on the underlying FS - you might find yourself bitten by disk hits that could've been avoided... How about writing a small test suite and benching the server? At 00:29 13.1. 2001, Randy Johnson wrote the following: -- >Is it