Re: [Django] #6199: Avoid cache stampedes

2010-01-09 Thread Django
#6199: Avoid cache stampedes
---+
  Reporter:  jdunck| Owner:  nobody 
  
Status:  closed| Milestone: 
  
 Component:  Cache system  |   Version:  SVN
  
Resolution:  wontfix   |  Keywords:  performance scalability 
cache
 Stage:  Accepted  | Has_patch:  1  
  
Needs_docs:  0 |   Needs_tests:  0  
  
Needs_better_patch:  1 |  
---+
Changes (by jdunck):

  * status:  new => closed
  * resolution:  => wontfix

Comment:

 I'm wontfixing my own ticket; since CACHE_BACKEND allows extension, this
 doesn't belong in core.

 I'll see about adding this to django-extensions.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.




Re: [Django] #6199: Avoid cache stampedes

2009-04-27 Thread Django
#6199: Avoid cache stampedes
---+
  Reporter:  jdunck| Owner:  nobody 
  
Status:  new   | Milestone: 
  
 Component:  Cache system  |   Version:  SVN
  
Resolution:|  Keywords:  performance scalability 
cache
 Stage:  Accepted  | Has_patch:  1  
  
Needs_docs:  0 |   Needs_tests:  0  
  
Needs_better_patch:  1 |  
---+
Changes (by russellm):

  * needs_better_patch:  0 => 1
  * stage:  Design decision needed => Accepted
  * milestone:  1.1 =>

Comment:

 I can see that there is room for a dogpiling and other cache management
 strategies. However, as jdunck notes, this can now be acheived with a
 custom cache backend. This patch would need to be recast in those terms if
 it were to be integrated into trunk.

 Regardless, this won't be happening for v1.1

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6199: Avoid cache stampedes

2009-04-27 Thread Django
#6199: Avoid cache stampedes
-+--
  Reporter:  jdunck  | Owner:  nobody   

Status:  new | Milestone:  1.1  

 Component:  Cache system|   Version:  SVN  

Resolution:  |  Keywords:  performance 
scalability cache
 Stage:  Design decision needed  | Has_patch:  1

Needs_docs:  0   |   Needs_tests:  0

Needs_better_patch:  0   |  
-+--
Comment (by jdunck):

 krystal, in fact this is an improved version of that snippet.

 However, I would be surprised if this was included in core-- it can now be
 accomplished with a custom CACHE_BACKEND.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6199: Avoid cache stampedes

2009-04-27 Thread Django
#6199: Avoid cache stampedes
-+--
  Reporter:  jdunck  | Owner:  nobody   

Status:  new | Milestone:  1.1  

 Component:  Cache system|   Version:  SVN  

Resolution:  |  Keywords:  performance 
scalability cache
 Stage:  Design decision needed  | Has_patch:  1

Needs_docs:  0   |   Needs_tests:  0

Needs_better_patch:  0   |  
-+--
Changes (by krystal):

 * cc: sw+dja...@enix.org (added)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6199: Avoid cache stampedes

2009-04-27 Thread Django
#6199: Avoid cache stampedes
-+--
  Reporter:  jdunck  | Owner:  nobody   

Status:  new | Milestone:  1.1  

 Component:  Cache system|   Version:  SVN  

Resolution:  |  Keywords:  performance 
scalability cache
 Stage:  Design decision needed  | Has_patch:  1

Needs_docs:  0   |   Needs_tests:  0

Needs_better_patch:  0   |  
-+--
Changes (by krystal):

  * milestone:  => 1.1

Comment:

 FYI, there is an other snippets that do the same :
 http://www.djangosnippets.org/snippets/793/


 IMHO, this change should really be merged in the core ; dog-piling is a
 common and dirty problem for everyone who have a few visitors and it's not
 adressed in django.

 If the patch is not included, we should mention this effect on the
 Documentation page to help people know why their server crash under load
 :)

 (I put the milestone to 1.1 so this patch get a "design decision", sorry
 if I shouldn't)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---