Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zepolen
on June 16, 2009
|
parent
|
context
|
favorite
| on:
Updated YC Company Hosting Stats
> trying to get your site to handle traffic on a 3GB server and a 15GB server.
I find that I always hit cpu limits way before memory becomes an issue.
diN0bot
on June 16, 2009
[–]
same here. i've been profiling this past week trying to see if i can trim cpu cycles or whether that's just how the game is played.
zepolen
on June 16, 2009
|
parent
[–]
The problem is template rendering, string handling is a (relatively) expensive process. I found utf8'ing my entire workflow (instead of decoding to unicode then reencoding to utf8) drastically affected performance (using python).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I find that I always hit cpu limits way before memory becomes an issue.