8
edits
(→Frameworks Under Investigation: + PHP Symfony & Zend's framework) |
(→Pros: stateless runtime, dumber sometimes better) |
||
| Line 119: | Line 119: | ||
* Extremely popular | * Extremely popular | ||
* Easy to setup / get hosting | |||
* Basically fast | * Basically fast | ||
* mod_php is basically intrinsically as fast as mod_perl | * mod_php is basically intrinsically as fast as mod_perl | ||
** ... but it prevents scripts from storing data on the heap (like globals) beyond the lifetime of a single request - some information on that [http://devzone.zend.com/node/view/id/1021#Heading3 here] or my dumbed version [http://www.sitepoint.com/blogs/2004/02/06/lazy-php-part-1/ here] - i.e. no more killing / restarting Apache processes - the PHP runtime is effectively stateless | |||
* Decent object-oriented features | * Decent object-oriented features | ||
* For this type of project, that PHP isn't a "clever language" could be a feature (no "Higher Order PHP" that only the ueber hackers can understand) | |||
=== Cons === | === Cons === | ||
edits