Memcached in python 3

Navkirat Singh n4vpython at gmail.com
Tue May 17 00:36:34 EDT 2011


On Tue, May 17, 2011 at 4:07 AM, Dan Stromberg <drsalists at gmail.com> 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 at 9:52 PM, Navkirat Singh <n4vpython at gmail.com>wrote:
>
>> 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://mail.python.org/mailman/listinfo/python-list
>>
>>
> Hi,

I need something that can be scalable. Something that if needed, can scale
to multiple hosts.

Yes, I mean the manager stuff in the multiprocessing module.

Regards,
Nav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110517/79034120/attachment.html>


More information about the Python-list mailing list