dev-master
9999999-dev https://github.com/AlekseyKorzun/timeinterval-phpA PHP 5 API client that allows you to interact with RackspaceĀ® Cloud Serversā¢
MIT
The Requires
- php >=5.3.0
cache php query mysql load performance scalability c10k now
A PHP 5 API client that allows you to interact with RackspaceĀ® Cloud Serversā¢
When developers optimize their applications, the usage of NOW() and other dynamic MySQL methods is often overlooked., (*1)
The problem with using NOW() (and other identical methods) that the query will always be dynamic, which means that there will be no cache record within the database., (*2)
This class allows you to create a static time intervals so you can perform same NOW() based look-ups per multiple requests., (*3)
If you have your own autoloader, simply update namespaces and drop the files into your frameworks library., (*4)
For people that do not have that setup, you can visit http://getcomposer.org to install
composer on your system. After installation simply run composer install
in parent
directory of this distribution to generate vendor/ directory with a cross system autoloader., (*5)
Please see Examples directory for a simple run down of functionality., (*6)
See: http://alekseykorzun.com/post/7856565665/high-scalability-and-mysqls-now-dont-mix, (*7)
A PHP 5 API client that allows you to interact with RackspaceĀ® Cloud Serversā¢
MIT
cache php query mysql load performance scalability c10k now