1 Million users.. I can't Scale!!

skip at pobox.com skip at pobox.com
Wed Sep 28 18:54:28 EDT 2005


    Damjan> Is there some python module that provides a multi process Queue?

    Skip> Not as cleanly encapsulated as Queue, but writing a class that
    Skip> does that shouldn't be all that difficult using a socket and the
    Skip> pickle module.

Here's a trivial implementation of a pair of blocking queue classes:

    http://orca.mojam.com/~skip/python/SocketQueue.py

Skip



More information about the Python-list mailing list