file based queues

Jeremy Jones zanesdad at bellsouth.net
Thu Aug 26 22:07:44 EDT 2004


Eric S. Johansson wrote:

> seems to me this would be a fairly obvious component to be part of the 
> Python repertoire but I haven't found any yet.  I want to store 
> objects persistently and have the underlying object behavior be that 
> of a queue.
>
> usually, this is implemented as a series of files within a directory 
> or directory hierarchy but I'm not fussy.  Just as long as it doesn't 
> have much overhead like mysql or twisted.
>
> any suggestions?
>
> --- eric
>
Munkware.  You can pass in any pickleable object and it will persist it 
to a directory.  It's all pure Python, only a handfull of files to 
install.  If you have any questions about it (usage or whether it will 
meet your needs), feel free to email me.  Here are a couple of links:
http://sourceforge.net/projects/munkware
http://munkware.sourceforge.net/




More information about the Python-list mailing list