the processToDoQueue() function deal with the operations in DelayedToDoQueue first ,and then the ToDoQueue,Does it make any sense? i think i should process the operations in ToDoQueue first.
2009/7/22 Jim Kellerman (POWERSET) <[email protected]> > operations are placed in toDoQueue by default. However if they cannot be > completed because of some blocking condition (e.g., root region not > available) > then they are requeued onto the delayedToDoQueue, to allow operations that > are blocking them to complete. > --- > Jim Kellerman, Powerset (Live Search, Microsoft Corporation) > > > > -----Original Message----- > > From: antrao [mailto:[email protected]] > > Sent: Tuesday, July 21, 2009 7:25 PM > > To: [email protected] > > Subject: delayedToDoQueue AND toDoQueue > > > > hi > > all > > I was wandering the functional difference between > > delayedToDoQueue and > > toDoQueue ? > > > > -- > > anty > -- anty.rao
