2017 © Pedro PelĆ”ez
 

library timeinterval-php

A PHP 5 API client that allows you to interact with RackspaceĀ® Cloud Serversā„¢

image

alekseykorzun/timeinterval-php

A PHP 5 API client that allows you to interact with RackspaceĀ® Cloud Serversā„¢

  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TimeInterval for PHP 5

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)

Usage

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)

About

See: http://alekseykorzun.com/post/7856565665/high-scalability-and-mysqls-now-dont-mix, (*7)

The Versions

07/04 2013

dev-master

9999999-dev https://github.com/AlekseyKorzun/timeinterval-php

A PHP 5 API client that allows you to interact with RackspaceĀ® Cloud Serversā„¢

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cache php query mysql load performance scalability c10k now