On Wed, 17 Oct 2001, Vivek Khera wrote: > >>>>> "DM" == Doug MacEachern <[EMAIL PROTECTED]> writes: > > DM> first-in or first-putback first-out. > > First-in is different than first-putback.
right and the interpreter pool does both. when you request an interpreter you might get one that's never been used (first-in) or you might get one that has been used and putback at the head of the list (first-putback). > First-putback seems to me to be last-in. then its both fifo and lifo, which is why i don't think it can be called either. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
