欢迎来到天天文库
浏览记录
ID:33922190
大小:2.13 MB
页数:337页
时间:2019-02-28
《C Concurrency in Action.pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、DownloadatWoweBook.Com2MEAPEditionManningEarlyAccessProgramCopyright2009ManningPublicationsFormoreinformationonthisandotherManningtitlesgotowww.manning.com©ManningPublicationsCo.PleasepostcommentsorcorrectionstotheAuthorOnlineforum:http://www.manning-sandbox.com/forum.jspa?foru
2、mID=437LicensedtoJEROMERAYMONDDownloadatWoweBook.Com3TableofContentsChapterOne:IntroductionChapterTwo:ManagingThreadsChapterThree:SharingDataChapterFour:SynchronizingConcurrentOperationsChapterFive:TheC++MemoryModelandOperationsonAtomicTypesChapterSix:Designin
3、gDataStructuresforConcurrencyI:Lock-basedDataStructuresChapterSeven:DesigningDataStructuresforConcurrencyII:Lock-freeConcurrentDataStructuresChapterEight:DesigningConcurrentCodeChapterNine:HighLevelThreadManagementChapterTen:TestingandDebuggingMulti-threadedApplicationsAppendix
4、A:NewFeaturesoftheC++languageusedbythethreadlibrary©ManningPublicationsCo.PleasepostcommentsorcorrectionstotheAuthorOnlineforum:http://www.manning-sandbox.com/forum.jspa?forumID=437LicensedtoJEROMERAYMONDDownloadatWoweBook.Com41IntroductionTheseareexcitingtime
5、sforC++users.ElevenyearsaftertheoriginalC++Standardwaspublishedin1998,theC++Standardscommitteeisgivingthelanguageanditssupportinglibraryamajoroverhaul.ThenewC++Standard(referredtoasC++0x)isduetobepublishedin2010andwillbringwithitawholeswatheofchangesthatwillmakeworkingwithC++ea
6、sierandmoreproductive.OneofthemostsignificantnewfeaturesintheC++0xStandardisthesupportofmulti-threadedprograms.Forthefirsttime,theC++Standardwillacknowledgetheexistenceofmulti-threadedapplicationsinthelanguage,andprovidecomponentsinthelibraryforwritingmulti-threadedapplications
7、.Thiswillmakeitpossibletowritemulti-threadedC++programswithoutrelyingonplatform-specificextensions,andthusallowustowriteportablemulti-threadedcodewithguaranteedbehaviour.Italsocomesatatimewhenprogrammersareincreasinglylookingtoconcurrencyingeneral,andmulti-threadedprogrammingin
8、particularinordertoimproveapplicationperformance.Thisb
此文档下载收益归作者所有