Code Monkey home page Code Monkey logo

code-challenge-load-handler's Introduction

code-challenge-load-handler

Scenario

There are 3 components:

  • a producer (com.akelius.codechallengeloadhandler.Exercise.Producer) of price updates for stocks. This component generates constant price updates. The producer should not block, every price update has to consumed as quickly as possible.

  • a consumer (com.akelius.codechallengeloadhandler.Exercise.Consumer) of price updates for stocks. This component processes the price updates. The consumer is representing a legacy system that cannot consumer more than a certain number of price updates per second.

  • a load handler (com.akelius.codechallengeloadhandler.Exercise.LoadHandler) to handle the traffic. This component receives the price updates from the producer and pass them to the consumer. In the current implementation the load handler is just passing on the update to a consumer. This should be changed.

Task

The task of this exercise is to update the LoadHandler to limit the updates per second to the consumer to a certain given number (MAX_PRICE_UPDATES).

If a price update will be sent to the consumer, it has to be the most recent price.

It is allowed to drop price updates.

code-challenge-load-handler's People

Contributors

svaponiakelius avatar svaponi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.