/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Why HN was slow and how Rtm fixed it
(ycombinator.com)
257 points
pg
| 1 comments |
19 Jan 11 18:41 UTC
|
HN request time: 0.238s
|
source
Show context
axod
◴[
19 Jan 11 20:31 UTC
]
No.
2121163
[source]
▶
>>2120756 (OP)
#
1 thread per connection??? Not doing continual GC in a separate thread and instead taking 7 seconds and blocking everything?
What is this the 1990s?
replies(2):
>>2121271
#
>>2121982
#
pg
◴[
19 Jan 11 21:04 UTC
]
No.
2121271
[source]
▶
>>2121163
#
Feel free to fork MzScheme and replace the garbage collector with a new one that runs continuously.
replies(4):
>>2121343
#
>>2121445
#
>>2121466
#
>>2121889
#
acangiano
◴[
19 Jan 11 22:08 UTC
]
No.
2121466
[source]
▶
>>2121271
#
Do you ever question the choice of MzScheme?
replies(1):
>>2121610
#
1.
pg
◴[
19 Jan 11 22:50 UTC
]
No.
2121610
[source]
▶
>>2121466
#
It had to be some dialect of Lisp with continuations, which meant Scheme, and MzScheme seemed the best. Our first version ran on Scheme48, but that was such a pain that we switched.
ID:
GO
↑