Hello, I am wondering if anyone has implemented a disk backed fifo. I need to put a large amount of data (many GB) into a queue. I want it to be buffered to minimize disk io. I am thinking of implementing this myself but wanted to see if anyone had already done it.