Live data from Hacker News

Viewing profile — tanveergill

tanveergill

HN member
Joined
Tue, Oct 11, 2016, 8:45 PM UTC
HN karma
3
Public activity
11 items

About tanveergill

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
  4. story
  5. story
    Show HN: Traycer – AI-Powered Code Analysis in Real Time for VSCode

    Hey HN, we're thrilled to announce the alpha launch of Traycer, our new AI-driven code reviewer that works in the background as you code. During this initial phase, Traycer is comp…

  6. comment
    Comment #39049229

    I agree that queues can cause problems especially when misconfigured. But some amount of queuing is necessary, to absorb short spikes in demand vs capacity. Also, queues can be hel…

  7. comment
    Comment #39049097

    I am in the same school of thought as you, fair queuing is the most optimal solution while capacity is constrained. This is the approach we took in Aperture, an open-source load ma…

  8. comment
    Comment #39049043

    Aperture ( https://github.com/fluxninja/aperture ) takes a slightly opinionated take on queue size. Instead of defining queue sizes, you put a timeout on each request which is the …

  9. comment
    Comment #39048979

    I agree that fair queueing is a good solution to this problem! A request scheduler based on weighted fair queuing is also central to Aperture, an open-source load management system…

  10. comment
    Comment #39048827

    We have been building a platform called Aperture in the open-source trying to solve this very problem. Our approach is to let the developer decide how long they want to wait in the…

  11. story