资源描述:
《applet-baseddistributedcomputingontheweb》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Applet-BasedDistributedComputingontheWebJamesF.Carlson,DavidV.Esposito,NathanielJ.Springer,DavidFinkelandCraigE.WillsDepartmentofComputerScience,WorcesterPolytechnicInstitute,Worcester,MA01609USATelephone:+1(508)831-5416Fax:+1(508)831-5776E-Mail:{dfinkel
2、cew}@cs.wpi.eduAbstractWedes
3、cribeaclient-serverframeworkthatallowschunksoflargecomputationstobedistributedamongmanycomputersontheInternet.WedescribeaframeworkofJavaclassesandInternetserversthatallowauserontheWebtoparticipateinthedistributedcomputation.Theexecutedchunkscanbeeitherbestrictlycomputationalormayinv
4、olveexplorationoftheWebitself.Thesystemisdesignedsothatevennon-technicaluserscanparticipate.Keywords:DistributedComputing,JavaApplet1.IntroductionSeveraldifferentparadigmshavebeenproposedfordistributedcomputingontheWeb.OurparadigmisbasedonadistributableJavaclassandaJavahelperappletd
5、ownloadedbyaWebuser[3].Theappletthendownloadsandexecutesthedistributableclass.Thisworkbuildsonourownpreviouswork,describedin[5],inwhichtheHelperprogramwaswrittenasaJavaapplicationinsteadofanapplet.Theuseofanappletinournewworkallowsprogrammerstobuilddistributedapplicationsthatcanbebr
6、okenintosmallsections,orchunks,andconceivablyexecutedbyanyuserontheInternetthroughaJava-enabledbrowser.Theworkcreatesaframeworkforanelectronicmarketplacewherecomputationsinneedofsolutioncanbematchedwithotherwiseidlecomputerstodothework.Inaddition,thisworkbeginstoexploreanewtypeofdis
7、tributedcomputationwhere,insteadofbeingstrictlycomputationalinnature,achunkmayinvolveexplorationofapieceoftheWeb.ThistypeofcomputationraisesexcitingpossibilitiesforWebcrawlerapplications,dataminingapplications,anddistributedperformancemonitoringapplications.Thefirstcomponentofoursys
8、temisadistributableclass.WehavedesignedaJavaabstractbaseclass,calledDistributableClass,whichincludesseveralabstractmethods.Inordertoimplementadistributedcomputation,aprogrammermustwritecodeforaJavaclasswhichextendstheclassDistributableClass.Inparticular,theprogrammermustimplementthe
9、abstractmethodsinDi