开发者

Design Patterns for Concurrent Programming? [closed]

开发者 https://www.devze.com 2022-12-17 02:27 出处:网络
As it currently stands, this question is not a good fit for our 开发者_开发问答Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
As it currently stands, this question is not a good fit for our 开发者_开发问答Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

Which are the most relevant design patterns for concurrency-oriented programming languages?


The most common design pattern used in concurrent programming is probably producer/consumer. There are always lots of issues and difficulties with concurrent programming, especially when starting out, like understand exactly what locking does, understanding when you need locking, understanding how to avoid deadlocks, understanding the performance implications of concurrency, and such.

Do as much research and testing as possible when working with concurrent development and code reviews are even more important than normal.

The other thing to keep in mind is it's also much better to take advantage of work others have already done and proven to be successful--use classes and frameworks available in the framework you use and those available on the net.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号