2 Replies Latest reply on Nov 10, 2009 10:12 AM by timfox

    Why is there a call to startDepaging in QueueImpl::deliver?

    timfox

      Can someone explain why this call is necessary?

      AIUI depaging should occur when pagingstore::addSize() is called and addressSize <= maxSize - pageSize - i.e. when the refs are acked.

      Why do we need an extra call to startDepaging() in the queue too?