On Tue, 2003-01-21 at 21:20, Hilmi Hilmiev wrote: > use OOP in PHP with JS and mySQL. My server is Compaq Proliant > 866MHz/256MB is this enough? Or how I can increase speed, more RAM, > second processor?
This is more a PHP question.. extensive use of OOP in PHP does slow things down a lot without script compilation/caching (such as zend cache or phpa). Have a look at this (Yahoo uses it also). http://www.php-accelerator.co.uk/ There is a freebsd build and it works great (about 8x increase in speed for my applications). LDAP is a speed demon (especially if you only have 300 users). Have a look at the LDAP indexing options also. -- Khairil Yusof <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part
