Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Jeremy Dunck
On Thu, Feb 18, 2010 at 2:21 PM, Forest Bond wrote: > Hi, > > On Thu, Feb 18, 2010 at 03:17:32PM -0500, Alex Gaynor wrote: >> On Thu, Feb 18, 2010 at 3:12 PM, Jeremy Dunck wrote: >> > On Thu, Feb 18, 2010 at 1:34 PM, ramu...@gmail.com >> > wrote: >> >> Does anyone know why django can't keep a d

Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Alex Gaynor
On Thu, Feb 18, 2010 at 3:21 PM, Forest Bond wrote: > Hi, > > On Thu, Feb 18, 2010 at 03:17:32PM -0500, Alex Gaynor wrote: >> On Thu, Feb 18, 2010 at 3:12 PM, Jeremy Dunck wrote: >> > On Thu, Feb 18, 2010 at 1:34 PM, ramu...@gmail.com >> > wrote: >> >> Does anyone know why django can't keep a d

Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Forest Bond
Hi, On Thu, Feb 18, 2010 at 03:17:32PM -0500, Alex Gaynor wrote: > On Thu, Feb 18, 2010 at 3:12 PM, Jeremy Dunck wrote: > > On Thu, Feb 18, 2010 at 1:34 PM, ramu...@gmail.com > > wrote: > >> Does anyone know why django can't keep a data bigger, than 1 mb in > >> memcached ? > >> > >> This is no

Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Alex Gaynor
On Thu, Feb 18, 2010 at 3:12 PM, Jeremy Dunck wrote: > On Thu, Feb 18, 2010 at 1:34 PM, ramu...@gmail.com wrote: >> Does anyone know why django can't keep a data bigger, than 1 mb in >> memcached ? >> >> This is no big deal to cut big data to 1mb pieces before setting and >> merge this pieces aft

Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Jeremy Dunck
On Thu, Feb 18, 2010 at 1:34 PM, ramu...@gmail.com wrote: > Does anyone know why django can't keep a data bigger, than 1 mb in > memcached ? > > This is no big deal to cut big data to 1mb pieces before setting and > merge this pieces after getting from memcached. And this algorithm can > work tran

Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Andi Albrecht
Items in memcached are limited to 1MB, see http://code.google.com/p/memcached/wiki/FAQ#Why_are_items_limited_to_1_megabyte_in_size? Andi On Thu, Feb 18, 2010 at 8:34 PM, ramu...@gmail.com wrote: > Does any

django + memcached: problem with limit of 1 mb

2010-02-18 Thread ramu...@gmail.com
Does anyone know why django can't keep a data bigger, than 1 mb in memcached ? This is no big deal to cut big data to 1mb pieces before setting and merge this pieces after getting from memcached. And this algorithm can work transparently for users. -- You received this message because you are su