OK guess you're talking about DBM backend, you can send rw_lockfile=False and 
dogpile_lockfile=False to it as the docs mention and it will not use a file 
based lock.    There's also ways to get your own lock implementation in there 
with a backend subclass, though sending in a custom lock should be made easier.

the backend here could be made to use lockfile 
(https://pypi.python.org/pypi/lockfile/), however this implementation lacks the 
ability to do a "read/write" lock where multiple readers can acquire it 
simultaneously.  




On Jun 27, 2013, at 9:05 AM, artee <artur....@gmail.com> wrote:

> Mike, are there any chances to provide support for Windows platform?
> Maybe some duck typing for fcntl dependency ;)
> 
> regards, 
> Artur
> 
> On Saturday, June 22, 2013 5:46:39 AM UTC+2, mike bayer wrote:
> Hey all - 
> 
> dogpile.cache 0.5.0 is now available. 
> 
> dogpile.cache is a caching API built around the concept of a "dogpile lock", 
> which allows continued access to an expiring data value while a single thread 
> generates a new value.  It is intended as the next generation of caching API 
> to replace Beaker as a caching solution. 
> 
> Version 0.5.0 has an emphasis on support for "multi key" APIs featured in 
> Redis and some memcached clients.  Changelog is available at: 
> http://dogpilecache.readthedocs.org/en/latest/changelog.html#change-0.5.0 . 
> 
> Download dogpile.cache at:  https://pypi.python.org/pypi/dogpile.cache
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-discuss.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to