On Wed, 17 Oct 2001, Stas Bekman wrote: > but isn't it the definition of 'lifo'?
i don't think so. if anything close it would be fifo. but since items are taken from the front of the list and putback at the front the of the list, then likely taken off again before items at the end, its more like first-in or first-putback first-out. > I've just tested, it is 'lifo' under the 'threaded' mpm. But 'fifo' under the >'forked' mpm. what is 'it'? the children that handle requests or the interpreters? apache kids might be lifo or fifo, but i don't think the interpreter pool is either. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
