Gmond is single thread mode in 3.1.1. Are there any versions of gmond with multithread archtecture?
For our use cases (gmond serves as repostory of resources), we do prefer the multithread mode. There are three major functionality within Gmond: - collecting metric on local node - receive metrics from other nodes - server polling request If we have 3 or more thread within Gmond, these functions will not interfere with each other. Since these functions will share some data structures, the question will be: - How to decouple these functions? - To what extent could we decouple these functions and their data? We are currently using one independent thread within python module to decouple collection metric from other two functions. Rewriting Gmond is surely another option. If there are similar effort in the direction, we'll save the efforts of re-inventing the wheels. Any inputs will be welcomed. Thanks, Hang 2009/6/17 肖育前 <[email protected]>: > Hello, > Guys. > I have read the paper---- "The ganglia distributed monitoring > system:design, implementation, and experience" by Matthew .etc 2004,it is > said that gmond is multithread, but after I have read the source code of > gmond in Ganglia-3.1.1, I find it is a single thread and used poll. Is gmond > now single thread? > > Rickey. > 2009-6-17 > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Ganglia-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-general > > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

