Giter Club home page Giter Club logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Models that you want cached could have alternative implementations of ::find and
friends that do caching.  For manually defined Models, they could inherit from 
a new
subclass of Model that has overridden methods.  Might be valuable to allow
ModelCommonCode to be specified, or build up the final inheritance graph of 
Model at
runtime (note that the last line of the dbmodels/3/Model.php) using eval or 
some kind
of introspection (is runkit stable, does anyone really use it, does it make a
difference if that is used rather than eval?) .

Original comment by [email protected] on 27 Aug 2008 at 6:25

from vanilla-mvc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Hmm alright.

Also, for the implementation should we use a DIY class that uses sockets to 
talk to
the memcached server(s), use the official PECL extension
[http://pecl.php.net/package/memcache], or use this
http://phpca.cytherianage.net/memcached/. 

We used the latter at my previous job without any modifications and it did the 
job
without any problems. The only downside to this one, however, is that it hasn't 
been
updated since 2003.

Personally, I'm leaning towards packing in the client from cytherimage just 
because
I'd rather not have vanilla start to have dependencies on PECL packages.

Original comment by lorderunion on 27 Aug 2008 at 2:01

from vanilla-mvc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.