I have been ColdFusion (Java J2EE enterprise server) programming for 10 years now and have been forced to build some PHP sites lately - very nice. What bothers me is that a) PHP code is not compiled and must run thru an interpreter and b) there is not a function for query caching @ the application server level. Do u ever see these coming in near future?
") there is not a function for query caching @ the application server level. Do u ever see these coming in near future?"
No. PHP processes are killed once completed ... no application state is possible. You would have to hack it using object serialization or database reads and writes.
We've only made part of our content available for free. For the rest, check out our Killer Video Store or our Video Tutorial Library at our Killersites website!
You can find the rest for free here: killerphp. com -> tutorials -> object-oriented-php
killerphp 2 months ago
I have been ColdFusion (Java J2EE enterprise server) programming for 10 years now and have been forced to build some PHP sites lately - very nice. What bothers me is that a) PHP code is not compiled and must run thru an interpreter and b) there is not a function for query caching @ the application server level. Do u ever see these coming in near future?
facebookprogrammer 5 months ago
@facebookprogrammer,
Sorry for the delay. You asked:
") there is not a function for query caching @ the application server level. Do u ever see these coming in near future?"
No. PHP processes are killed once completed ... no application state is possible. You would have to hack it using object serialization or database reads and writes.
:(
.. Nothing is perfect.
killerphp 5 months ago
We've only made part of our content available for free. For the rest, check out our Killer Video Store or our Video Tutorial Library at our Killersites website!
killerphp 1 year ago