summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* docsMike Bayer2011-11-171-190/+2
|
* fix typosMike Bayer2011-10-241-7/+12
|
* integrate the registry with dogpileMike Bayer2011-10-241-3/+4
|
* - Add new "nameregistry" helper. Another fixtureMike Bayer2011-10-231-0/+55
| | | | | | | | | | | | | | | | derived from Beaker, this allows the ad-hoc creation of a new Dogpile lock based on a name, where all other threads calling that name at the same time will get the same Dogpile lock. Allows any number of logical "dogpile" actions to carry on concurrently without any memory taken up outside of those operations. - To support the use case supported by nameregistry, added value_and_created_fn to dogpile.acquire(). The idea is that the value_and_created_fn can return (value, createdtime), so that the creation time of the value can come from the cache, thus eliminating the need for the dogpile lock to hang around persistently.
* - rename to lower case dogpilerel_0_2_0Mike Bayer2011-10-231-1/+1
| | | | | - version 0.2.0, why not - add __version__
* fix exampleMike Bayer2011-10-021-6/+6
|
* fix the example hereMike Bayer2011-09-101-1/+2
|
* formattingMike Bayer2011-09-101-3/+3
|
* we're newMike Bayer2011-09-101-0/+8
|
* - add a memcached-like integration systemMike Bayer2011-09-101-3/+120
|
* moreMike Bayer2011-08-241-9/+9
|
* fix readmeMike Bayer2011-08-241-8/+10
|
* initial revMike Bayer2011-08-241-0/+65