Live data from Hacker News

Viewing profile — yashh

yashh

HN member
Joined
Thu, Jun 03, 2010, 8:30 PM UTC
HN karma
22
Public activity
12 items

About yashh

No profile information was provided.

Recent public activity

  1. comment
    Comment #20225142

    Any idea if cloudflare supports test networks like rinkeby to start developing?

  2. story
  3. comment
    Comment #5559030

    No not at all. We already have this problem. Right now we are able to take the DB hit but we will eventually attack this problem from cache perspective. We will have replicated cac…

  4. comment
    Comment #5559012

    We decompose 64 bit ids to shard_id, type and local_id. We connect to the shard go to the table and read the local_id. We randomly select a shard for a new user only. Ofcourse we c…

  5. comment
    Comment #3180370

    Chart.io rocks!! I have used it a while back and the ability to plot a graph by drag and drop interface is just amazing. Highly recommend this.

  6. comment
    Comment #2934565

    Flask is clearly a better framework than bottle. I started with bottle and hit a bug. ( https://github.com/defnull/bottle/issues/192 ). I had to switch to flask to avoid it.

  7. comment
    Comment #2037440

    Totally agree with you. You dont really get 1000's of reqs/sec in a real world environment. All you need is a good server which is fast and memory efficient. Rest of the efforts sh…

  8. comment
    Comment #2037391

    Well I run gunicorn in production with 4 workers so just wanted to give it a try. Also I chose to add network latency by doing it on amazon instance.

  9. comment
    Comment #2036815

    Ok took 30 minutes to run some benchmarks on a AWS instance. I used a small instance run a simple Flask Hello World app with gunicorn (1 worker and 4 workers) and bjoern. Frankly I…

  10. comment
    Comment #2036753

    Interesting. I think I am gonna benchmark this against gunicorn with a simple flask app.

  11. comment
    Comment #2033014

    Looks neat.. Mind throwing some light on the backend and technologies (db, framework) you used? I must say that it is really well designed.

  12. story