Roadmap

Multithreaded Dynomite

Switch Dynomite from single threaded to multi-threaded

Details

Description

Change Dynomite to a multi-threaded model:

  • A master thread performs all setup tasks, then spawns n number of worker threads where n = # of cores available
  • Each worker thread services client requests

Impact

  • Reduce time that messages spend waiting in queue

Have something to say?

Add your voice and help improve DynomiteDB.

Join the conversation!