From: snacktime Date: 2006-10-23T10:34:15+09:00 Subject: Re: Fast portable storage for queues > What are your requirements? > What I'd really like is something that's portable to pretty much everything, so that I can standardize on one queue storage if possible. The file queue is actually fairly good, but I'd like to cut down on the IO if possible by just having everything in one or two files. Plus I just wanted to see if I missed something obvious, it's happened before:) > - portable to which platforms? > unix and windows at a minimum. > - who are the consumers and producers? > It's for stompserver. > I thought BDB did work on windows... or is it just the queueing > mechanism that is not portable? > BDB does but as far as I know the ruby extension for it only works on unix.