←back to thread

257 points pg | 4 comments | | HN request time: 0.725s | source
1. dauphin ◴[] No.2120970[source]
Lisp is definitely not a slow language: you can handle the crazy rate of 20 requests/second on a multi-core server!
replies(2): >>2121054 #>>2122423 #
2. btilly ◴[] No.2121054[source]
They are only using one core. See http://news.ycombinator.com/item?id=2116987 for verification.
replies(1): >>2121257 #
3. dauphin ◴[] No.2121257[source]
Ooops, yes, you are right, sorry. Then I guess it's a pretty decent rate for a Core2 duo.
4. mahmud ◴[] No.2122423[source]
If you choose to. We pushed north of 800 r/s in production, and just shy of 4k in our LAN, that's using stock hunchentoot with just mere customization.

This guy here broke the 10k barrier:

http://john.freml.in/teepeedee2-c10k

replies(2): >>2122653 #>>2122796 #