Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Not sure if that helps but this is also stated in the book that older events could never be processed (Or too late) if new events keep coming in one queue since queue is LIFO. And yes it is also stated in the book to think like double buffering to speed up the processing. So yes one queue would be enough for a simple program but in the context of a game events coming at a fast rate, you will prevent scenarios described in the book.