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.

Playframework: Async, Reactive, Threads, Futures, ExecutionContexts

73 pointsby sadacheover 12 years ago

3 comments

Irishsteveover 12 years ago
The more and more issues highlighted with the playframework the better. I find it a great piece of kit to play around with.<p>I've not come across much commentary with regards to 'bad' ideas inside the framework which I should consider when using it.
TOGoSover 12 years ago
So what am I paying for? I wasn't born yesterday; I know what the terms mean. Get to the point because I don't have all day to look at some guy holding his hat on.
评论 #5171692 未加载
papsosouidover 12 years ago
Why do people still continue to push the myth that using event driven style with callbacks and a huge unmaintainable mess is the only alternative to native threads? Userland threading has been around for a very long time. The only difference between using an event driven style and using a userland thread lib is that with userland threading the complexity of managing the state of the various computations is done by the thread lib instead of by you.<p>The sooner people stop promoting the false dichotomy, the sooner people will realize every language should do concurrency as well as haskell, and the sooner that will actually happen.
评论 #5171488 未加载
评论 #5171842 未加载
评论 #5171219 未加载