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.

The Problem with Threads

8 pointsby daviabout 15 years ago

2 comments

viraptorabout 15 years ago
I've found this part really amusing (re. nondeterminism of multithreaded programs in a real environment):<p>"To offer a third analogy, a folk definition of insanity is to do the same thing over and over again and to expect the results to be different. By this definition, we in fact require that programmers of multithreaded systems be insane. Were they sane, they could not understand their programs."
评论 #1212971 未加载
daviabout 15 years ago
As found in the SQLite FAQ, behind the assertion "Threads are evil". <a href="http://www.sqlite.org/faq.html#q6" rel="nofollow">http://www.sqlite.org/faq.html#q6</a>