in reply to Re: Queuing DBI transactions
in thread Queuing DBI transactions

That sounds more like a query stack, what with the push vs pop. Perhaps push and shift would be better. (With unshift to allow an operation to "jump the queue")

Replies are listed 'Best First'.
Re^3: Queuing DBI transactions
by jfroebe (Parson) on Oct 04, 2007 at 18:38 UTC

    Partially :) In this simple example, the queue would be a queue with the exception of removing the good query run from the end of the queue. It's a hybrid queue/stack depending on your point of view ;-)

    Jason L. Froebe

    Blog, Tech Blog