开发者

what is the most efficient & effective thread library can be used in delphi 2007

is there any thread library which can be more useful instead of the origin TThread class for delphi 2007 ?

it w开发者_Go百科ould be more pleasure if it is open source.. :) thnks a lot


OmniThreadLibrary is very good (http://otl.17slon.com/), and I have my own equivalent threading framework (http://www.csinnovations.com/framework_delphi.htm) as part of a larger distributed application framework. The main difference between the two is that Primoz's threading framework is possibly aimed at a lower level of granularity (algorithms, etc), while mine is aimed at a higher level of granularity (information exchange, etc) and inter-thread messaging and inter-process messaging share a common interface and common functionality.


There is a full discussion of the different ways of implementing threads in Delphi at the question: How Do I Choose Between the Various Ways to do Threading in Delphi?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜