Viewing profile — eop
eop
HN member- Joined
- Tue, Mar 30, 2010, 5:15 PM UTC
- HN karma
- 16
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About eop
No profile information was provided.
Recent public activity
-
comment
Comment #1229849
Wow, you're right. I just ran a test on one of my Python apps and found the same thing. I always assumed 4 seconds was an acceptable start up time, especially when compared with so…
-
comment
Comment #1229829
That's what Task Queue is for: With the Task Queue API, applications can perform work outside of a user request but initiated by a user request. If an app needs to execute some bac…
-
comment
Comment #1229760
Cold startup is almost unnoticeable for Python apps (bite my lip! see update below). On the Java side it can be an issue but, as with most things, if you dig around, you can find s…
- comment
-
comment
Comment #1229737
Perhaps, but the question I was responding to was about "pain points". All I was saying is if you're coming from an RDBMS background, as I am, then there are growing pains in adjus…
- comment
-
comment
Comment #1229712
No RDBMS. No SQL. No joins. That's the main adjustment for me. But after you adjust to that, it's great.
- story