TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

James Gosling Interview - Ruby can't scale as good as Java (2008) [video]

9 pointsby wicknicksover 13 years ago

1 comment

willvarfarover 13 years ago
Yes dynamic typing, even with specialising compilers, is a killer. Today, in the RAM-only webserving world Python etc can manage perhaps 40k pages/sec (I'm thinking 4 tornado processes on quad-core box) whereas Java can do 500k at which point network IO is a deal.<p>Urban Airship have blogged about IO loops iirc, and there are similar stats fro Betfair about exchanges. To get to 500k you need to avoid GC.<p>My C++ servers go past 500k right up to LAN saturation, but surrender a lot of safety.
评论 #3034118 未加载