1. 24 Feb, 2020 3 commits
    • Nilanjan Daw's avatar
      Request grouping added. Closes #18 · 7b20abb7
      Nilanjan Daw authored
      To prevent requests coming in for the same function from starting too many workers, they are grouped together and one worker is started per group.
      7b20abb7
    • Nilanjan Daw's avatar
      Changed args passing from file to commandline · b6297c5f
      Nilanjan Daw authored
      Bug Fix. Passing startup data like port etc via config.json caused concurrency issues. Moved to passing variable through commandline
      b6297c5f
    • Nilanjan Daw's avatar
      Improved loadbalancer. Ref Issue #14 · 283b7f36
      Nilanjan Daw authored
      Pushed loadbalancer to reverseproxy. This transfer of responsibility simplifies the dispatch daemon.
      Also changed loadbalancing logic from number of received request to number of open requests
      283b7f36
  2. 23 Feb, 2020 4 commits
  3. 22 Feb, 2020 1 commit
  4. 21 Feb, 2020 9 commits
  5. 20 Feb, 2020 6 commits
  6. 18 Feb, 2020 5 commits
  7. 17 Feb, 2020 5 commits
  8. 16 Feb, 2020 7 commits