[Twisted-Python] Caching mechanism
exarkun at twistedmatrix.com
exarkun at twistedmatrix.com
Mon Nov 9 15:06:31 MST 2009
On 07:28 pm, vitaly at synapticvision.com wrote:
>
>
>Caching the results of some particular method calls, so other server
>side methods can access those results (I'm thinking about example of
>global variable per entire server, so once imported, such variable
>content could be access).
There's not really anything in Twisted for this. There are a lot of
general Python solutions, though:
http://www.google.com/search?q=python+caching&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu
:en-US:official&client=firefox-a
Jean-Paul
More information about the Twisted-Python
mailing list