Viewing profile — yashh
yashh
HN member- Joined
- Thu, Jun 03, 2010, 8:30 PM UTC
- HN karma
- 22
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About yashh
No profile information was provided.
Recent public activity
-
comment
Comment #20225142
Any idea if cloudflare supports test networks like rinkeby to start developing?
- story
-
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…
-
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…
-
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.
-
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.
-
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…
-
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.
-
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…
-
comment
Comment #2036753
Interesting. I think I am gonna benchmark this against gunicorn with a simple flask app.
-
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.
- story