Re: Memcached in python 3

2011-05-16 Thread Navkirat Singh
On Tue, May 17, 2011 at 4:07 AM, Dan Stromberg wrote: > > Do you need something shared across multiple hosts? Across multiple CPU's > of the same host? Or single process? > > By "Python Dictionary Manager", do you mean the manager stuff in the > multiprocessing module? > > On Sun, May 15, 2011

Re: Memcached in python 3

2011-05-16 Thread Dan Stromberg
Do you need something shared across multiple hosts? Across multiple CPU's of the same host? Or single process? By "Python Dictionary Manager", do you mean the manager stuff in the multiprocessing module? On Sun, May 15, 2011 at 9:52 PM, Navkirat Singh wrote: > Hi Guys, > > How can I used memc

Memcached in python 3

2011-05-15 Thread Navkirat Singh
Hi Guys, How can I used memcached with python 3? Are there any other good alternatives to memcached? What about python dictionary manager, would it compare to memcached if I were to use it for storing in-memory information? Any light on this matter will be appreciated. Regards, Navkirat -- http