资源描述:
《[Java并发编程实践].(Java.Concurrency.in.Practice).Brian.Goetz.文字版(1)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、AdvancepraiseforJavaConcurrencyinPracticeIwasfortunateindeedtohaveworkedwithafantasticteamonthedesignandimplementationoftheconcurrencyfeaturesaddedtotheJavaplatforminJava5.0andJava6.Nowthissameteamprovidesthebestexplanationyetofthesenewfeatures,andofconcurrencyingeneral.Concurr
2、encyisnolongerasubjectforadvancedusersonly.EveryJavadevelopershouldreadthisbook.—MartinBuchholzJDKConcurrencyCzar,SunMicrosystemsForthepast30years,computerperformancehasbeendrivenbyMoore’sLaw;fromnowon,itwillbedrivenbyAmdahl’sLaw.Writingcodethateffectivelyexploitsmultipleproces
3、sorscanbeverychallenging.JavaConcurrencyinPracticeprovidesyouwiththeconceptsandtechniquesneededtowritesafeandscalableJavaprogramsfortoday’s—andtomorrow’s—systems.—DoronRajwanResearchScientist,IntelCorpThisisthebookyouneedifyou’rewriting—ordesigning,ordebugging,ormain-taining,or
4、contemplating—multithreadedJavaprograms.Ifyou’veeverhadtosynchronizeamethodandyouweren’tsurewhy,youoweittoyourselfandyouruserstoreadthisbook,covertocover.—TedNewardAuthorofEffectiveEnterpriseJavaBrianaddressesthefundamentalissuesandcomplexitiesofconcurrencywithuncommonclarity.T
5、hisbookisamust-readforanyonewhousesthreadsandcaresaboutperformance.—KirkPepperdineCTO,JavaPerformanceTuning.comThisbookcoversaverydeepandsubtletopicinaveryclearandconciseway,makingittheperfectJavaConcurrencyreferencemanual.Eachpageisfilledwiththeproblems(andsolutions!)thatprogra
6、mmersstrugglewitheveryday.EffectivelyexploitingconcurrencyisbecomingmoreandmoreimportantnowthatMoore’sLawisdeliveringmorecoresbutnotfastercores,andthisbookwillshowyouhowtodoit.—Dr.CliffClickSeniorSoftwareEngineer,AzulSystemsIhaveastronginterestinconcurrency,andhaveprobablywritt
7、enmorethreaddeadlocksandmademoresynchronizationmistakesthanmostprogrammers.Brian’sbookisthemostreadableonthetopicofthreadingandconcurrencyinJava,anddealswiththisdifficultsubjectwithawonderfulhands-onapproach.ThisisabookIamrecommendingtoallmyreadersofTheJavaSpecialists’Newsletter
8、,becauseitisinteresting,useful,andrelevanttotheproblem