Hibernate Reactive Experiments
thanks CC

Hibernate Reactive Experiments

Recently IRL (not weekend life) we had to deal with an old Ruby service to get it ready for "Black Friday traffic" i.e. we had to somehow scale it up so it can handle the traffic burst. We tried a lot of stuff but I think we will still end up paying for a lot of AWS dollars since it is a critical service and we err'd on the side of caution. The service itself is quite simple, optimized and performing mostly DB operations and the individual request/response time is very low, however to deal with around 10000 reqs/sec we need a lot of server power. This led me to think, I always wanted to look into stacks which give great response times, but I had not considered "throughput" a lot.

Continue reading ...

要查看或添加评论,请登录

Rocky Jaiswal的更多文章

  • Fun with function composition

    Fun with function composition

    Previously we looked at why it is nice to write software with function composition. We saw that it leads to simpler…

    3 条评论
  • Code with functions

    Code with functions

    Explore the idea of writing code with small composable functions.

  • React, Redux with TypeScript

    React, Redux with TypeScript

    The most important element of a React + Redux application is "state". The state decides what the user interface will…

    1 条评论
  • Promises, Async and Await in Node.js

    Promises, Async and Await in Node.js

    This week we had the much awaited Node.js 8.

    1 条评论
  • Kubernetes with ELK Setup

    Kubernetes with ELK Setup

    As it turns out this is my 100th post. The first one was published in March 2011 and a lot has changed since then.

    1 条评论
  • Testing HapiJS with Jest

    Testing HapiJS with Jest

    HapiJS and React are pretty much my go-to technology choices for web application development right now. While Jest…

  • Docker Registry with AWS & Let's Encrypt

    Docker Registry with AWS & Let's Encrypt

    With pretty much all new projects moving to Docker and Docker managers like Kubernetes, the Docker Registry becomes the…

  • Hello Kubernetes

    Hello Kubernetes

    Introduction Pretty much everyone in the technology world has heard about Kubernetes by now. But before we dive into…

  • Pi calculation with Elixir

    Pi calculation with Elixir

    As a programmer one is always searching for better tools, practices and programming languages. For example, working…

  • Classes and patterns in Node.js

    Classes and patterns in Node.js

    This week we had the awesome Node.js 6.

社区洞察

其他会员也浏览了