Viewing profile — mranney
mranney
HN member- Joined
- Wed, Nov 24, 2010, 1:26 AM UTC
- HN karma
- 74
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About mranney
Recent public activity
-
comment
Comment #12598893
Scaling the traffic is not the issue. Scaling the team and the product feature release rate is the primary driver.
-
comment
Comment #12598866
The Netflix stack has a lot of assumptions about Java, and most of Uber is written in languages other than Java.
-
comment
Comment #12598825
Our number is closer to 1,700 now, but yes this means 1,700 distinct applications. Each application has many instances, some have thousands of instances.
-
comment
Comment #12217179
Uber runs a lot of databases in production. We stopped using Postgres a while ago for new applications that talk SQL, and this article explains some of the reasoning. We still have…
-
comment
Comment #4836650
Note that this message is almost a year old now. The issue has been addressed by the node and V8 teams.
-
comment
Comment #2277264
We had built an event-based server in raw Python using epoll. It was fine, and Python is a great language. In my testing with a very early version of node, I found that node was be…