Hi !
Again ! on this topic many times discussed :
http://groups.google.com/group/django-developers/search?group=django-developers&q=serialization&qt_g=Search+this+group
https://code.djangoproject.com/wiki/SummerOfCode2011#Customizableserialization
I came up with a framework that feels right to u
Hello,
It would be of great help to me if the ability to pass variables
through HTTP GET were possible within the admin changelist view. For
example, I use Django admin tools to manage security advisories that
come from various sources. I need the ability to create a "meeting
view," which essent
Hey all,
Today, we had a client getting around 600k webapp requests per hour (avg
6k/min), and had to do some emergency perf hotfixes (CodeIgniter+PHP)
In the end, we monkey-patched the code so raw SQL statement was used to
generate a cache key, and we performed a lookup on that. It was absolutel
On Fri, Oct 14, 2011 at 9:13 PM, Cal Leeming [Simplicity Media Ltd]
wrote:
> In the end, we monkey-patched the code so raw SQL statement was used to
> generate a cache key, and we performed a lookup on that.
why SQL? it seems a memcached INCR would be faster and easier to
distribute (if you have
On Saturday, October 15, 2011, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:
> Hey all,
> Today, we had a client getting around 600k webapp requests per hour (avg
6k/min), and had to do some emergency perf hotfixes (CodeIgniter+PHP)
> In the end, we monkey-patche