[storm] Announcing Storm 0.15!
Barry Warsaw
barry at canonical.com
Sat Aug 8 05:47:22 BST 2009
On Aug 7, 2009, at 11:42 PM, Jamu Kakar wrote:
> New GenerationalCache object cache
> ----------------------------------
>
> A new GenerationalCache is available. It can be used in place of
> the default Cache and will likely become the default in the future.
> You can use it by passing it as a parameter to Store:
>
> from storm.locals import Store, create_database
> from storm.cache import GenerationalCache
>
> uri = "<uri>"
> store = Store(create_database(uri), GenerationalCache())
>
> Also note that the default cache size has been increased from 100
> objects to 1000. Please try the new cache and report your results
> to mailing list.
Mailman 3's test suite seems to work just fine with the
GenerationalCache. I'll leave it enabled for a while to test it.
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 832 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/storm/attachments/20090808/cb26d2ad/attachment.pgp
More information about the storm
mailing list