Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
dogpile.cache 0.4.0 / dogpile.core 0.4.0 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mike bayer  
View profile  
 More options Oct 30 2012, 1:09 pm
From: mike bayer <mike...@zzzcomputing.com>
Date: Tue, 30 Oct 2012 10:09:10 -0700 (PDT)
Local: Tues, Oct 30 2012 1:09 pm
Subject: dogpile.cache 0.4.0 / dogpile.core 0.4.0 released

hey all -

I've put out 0.4.0 versions for both dogpile.cache and dogpile.core.

the majority of the change here is in dogpile.core, where I've fixed a
multi-process concurrency issue just reported, and also heavily reworked
the API of this subsystem to be more succinct.  

dogpile.cache has only changed in that it uses the newer dogpile.core API
now.  Previous versions will also work with the latest dogpile.core as the
old API remains for legacy purposes, but just upgrading your dogpile.cache
will require that the latest dogpile.core is installed also.

For most users, the single thing that's changed is that multiple processes
previously would still "dogpile" up, if they all went to a cache value that
didn't exist yet, even if they were coordinating on a multi-process lock.  
The issue was due to a reliance on looking at a memory-local value for the
"creation time" of the new value, which has been fixed.

Changelogs for both libraries are now up:

http://dogpilecore.readthedocs.org/en/latest/changelog.html

http://dogpilecache.readthedocs.org/en/latest/changelog.html

In related news, the SQLAlchemy caching example in 0.8, which is also ready
for beta releases, now uses dogpile.cache instead of Beaker.   So I hope to
see more Beaker caching users switch over to dogpile, now that we've got
some releases and issues found and fixed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Vanasco  
View profile  
 More options Oct 30 2012, 2:04 pm
From: Jonathan Vanasco <jonat...@findmeon.com>
Date: Tue, 30 Oct 2012 11:04:15 -0700 (PDT)
Local: Tues, Oct 30 2012 2:04 pm
Subject: Re: dogpile.cache 0.4.0 / dogpile.core 0.4.0 released
incidentally, any idea how to deal with same-process dogpile-up issues
like i had here:  http://groups.google.com/group/pylons-discuss/browse_thread/thread/8e...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »