Re: oldest requests fetched last
Dan Jacobson <[email protected]>
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
A> Changing WWWOFFLE to enforce a true FIFO operation will slow things A> down whatever filesystem is used. I'll take your word for it. All I know how to do is 01:09 prevout7$ time ls -tr>/dev/null real 0m0.006s 01:09 prevout7$ time ls -U>/dev/null real 0m0.004s 01:09 prevout7$ du 232 . Hmmm, maybe I might take things into my own hands with $ wwwoffle -online $ sed : `ls -tr /var/cache/wwwoffle/outgoing/U*`|xargs -n 1 wwwoffle Not tested. The 'sed :' adds newlines. Maybe the -n 1 isn't needed. Many drawbacks, e.g., O* files ignored. I suppose I need a proper way to feed O* and U* file pairs into wwwoffle's requesting mechanism.