|
|
|
|
|
by karterk
5369 days ago
|
|
If it's write heavy, more than the app server, it will be the DB that will be more important to you. If it's purely I/O bound, node.js might work out fairly well for you. Perhaps you could hook it up with mongodb and it will be pretty. :) |
|
http://www.mongodb.org/display/DOCS/How+does+concurrency+wor...
Or does that only apply if "safe mode" is on, rather than fire-and-forget unverified writes?