Recently, use of mobile communicational devices in field data collection is increasing such as smart phones and cellular phones due to emergence of embedded Global Position System GPS and Wi-Fi Internet access. Accura...Recently, use of mobile communicational devices in field data collection is increasing such as smart phones and cellular phones due to emergence of embedded Global Position System GPS and Wi-Fi Internet access. Accurate timely and handy field data collection is required for disaster management and emergency quick responses. In this article, we introduce web-based GIS system to collect the field data by personal mobile phone through Post Office Protocol POP3 mail server. The main objective of this work is to demonstrate real-time field data collection method to the students using their mobile phone to collect field data by timely and handy manners, either individual or group survey in local or global scale research.展开更多
Dumpsites and garbage collection areas can act as reservoirs of highly resistant bacterial strains and facilitate the dissemination of Multidrug resistant strains to those living and work on or near the dumpsites and ...Dumpsites and garbage collection areas can act as reservoirs of highly resistant bacterial strains and facilitate the dissemination of Multidrug resistant strains to those living and work on or near the dumpsites and garbage collection areas. The objective of this study was to determine the potential of garbage collection areas and dumpsites in different parts of Nairobi as possible sources of resistant strains using E. coli and Klebsiella as indicator species. The study design was a cross-sectional survey. Sample collection was carried out at different days in seventeen different areas. A total of 126 samples were collected during the sampling period. The samples were then transported to the laboratory for analysis. The samples were cultured on MacConkey agar. Gram staining was done on discrete isolates based on colony characteristics. Biochemical tests were performed on colonies from primary cultures for final identification of the isolates. Antimicrobial disc susceptibility tests and pathogenicity tests were also carried out on the indicator isolates. A total of 121 E. coli and 165 Klebsiella were isolated from all the sampled sites. The highest bacterial burden was recorded from Muthurwa estate dumpsite, with a mean viable count of 8.2 × 1010 cfu/gm while the least was from Dandora dumpsite with a mean count of 1.1 × 1011 cfu/gm. Overall, gentamicin was the most effective antibacterial agent on Klebsiella and meropenem was the most effective on both E. coli and Klebsiella strains. The isolates showed high resistance to ampicillin, streptomycin, and trimethoprim-sulfamethoxazole. It is concluded that municipal waste dumpsites and garbage collection areas bear heavy burdens of potentially resistant bacteria which may constitute major public health hazards, not only to the immediate communities but also to the families of such site workers.展开更多
Our country's garbage collection system has been widely concerned in society, because of its low reclamation rate, and difficult in supervision. The Internet of things technology has shown significant superiority in ...Our country's garbage collection system has been widely concerned in society, because of its low reclamation rate, and difficult in supervision. The Internet of things technology has shown significant superiority in solving that's problem because of its traceability characteristics, dynamic. This paper takes the Internet of things technology as the basis, starting from the end of the collection, transportation and treatment of urban wastes in three aspects, construct a closed loop waste treatment system has good information feedback and processing capacity.展开更多
In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC...In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC algorithm which can schedule aperiodic tasks is proposed, and the variance of live memory is analyzed. In this algorithm, active tasks are deferred to be processed by GC until the states of tasks become inactive, and the saved sporadic server time can be used to schedule aperiodic tasks. Scheduling the sample task sets demonstrates that this algorithm in this paper can schedule aperiodic tasks and decrease GC work. Thus, the GC algorithm proposed is more flexible and portable.展开更多
This paper, probing into the present situation of urban domestic garbage by analyzing its growing trend, compositional change and regional difference, reveals the problems existing in its disposal and management in Ch...This paper, probing into the present situation of urban domestic garbage by analyzing its growing trend, compositional change and regional difference, reveals the problems existing in its disposal and management in China. Meanwhile, a questionnaire was conducted in five big cities around China for surveying urban residents' attitudes towards garbage disposal and management policies and measures. Results showed the output of urban domestic garbage in Chinese cities is ever increasing, and the recoverable materials and energy in garbage composition are also increasing. The population growth, economic development, and increase of residents' expenditure level are the main factors influencing the growing output and changing composition of the garbage. Information acquired from the questionnaire showed that majority of the urban residents are in favor of the garbage reduction policies and managerial measures and are willing to collaborate with municipal government in battling against garbage. Based on the analysis and questionnaire, some policymaking oriented suggestions such as operating the garbage disposal from a social welfare service to a sector of profit gaining enterprises, transferring the garbage management from passive end control to active source control, promoting the classified garbage collection in cities around China, and charging garbage fees for its cleanup and disposal, have also been put forward in the paper.展开更多
Many garbage collection algorithms have been proposed, but few address the special needs of long-running server programs. Server applications usually run for years and spawn many threads, so they create and discard ...Many garbage collection algorithms have been proposed, but few address the special needs of long-running server programs. Server applications usually run for years and spawn many threads, so they create and discard thousands of objects. Therefore, efficient garbage collection is especially important for those applications. This paper presents a class-based garbage collector for object-oriented programming environments that classifies objects by their types to achieve better gradualness. Grouping objects of the same type into a group, with a limited type-lock, a mutator cache and the lease protocol will reduce memory fragmentation, which is especially important for the efficiency of long-running server applications. This class-based collector partitions the heap space by type, which provides better concurrency than the traditional mark-sweep collector, and its reusable garbaged object pool also reduces the object allocation overhead. This paper also discusses the implementation details, such as the mutator cache and the lease protocol, and techniques to achieve better accuracy.展开更多
In this papert the hard problem of the thorough garbage collection in uncoordinated Checkpointing algorithms is studied. After introduction of the traditional garbage collecting scheme, with which only obsolete checkp...In this papert the hard problem of the thorough garbage collection in uncoordinated Checkpointing algorithms is studied. After introduction of the traditional garbage collecting scheme, with which only obsolete checkpoints can be discarded, it is shown that this kind of traditional method may fail to discard any checkpoint in some special cases, and it is necessary and urgent to find a thorough garbage collecting method, with which all the checkpoints useless for any future rollback-recovery including the obsolete ones can be discarded. Then, the Thorough Garbage Collection Theorem is proposed and proved, which ensures the feasibility of the thorough garbage collection, and gives the method to calculate the set of the useful checkpoints as well.展开更多
Non-Volatile Memory(NVM) offers byte-addressability and persistency. Because NVM can be plugged into memory and provide low latency, it offers a new opportunity to build new database systems with a single-layer storag...Non-Volatile Memory(NVM) offers byte-addressability and persistency. Because NVM can be plugged into memory and provide low latency, it offers a new opportunity to build new database systems with a single-layer storage design. A single-layer NVM-Native DataBase(N2 DB) provides zero copy and log freedom. Hence, all data are stored in NVM and there is no extra data duplication and logging during execution. N2 DB avoids complex data synchronization and logging overhead in the two-layer storage design of disk-oriented databases and in-memory databases. Garbage Collection(GC) is critical in such an NVM-based database because memory leaks on NVM are durable. Moreover, data recovery is equally essential to guarantee atomicity, consistency, isolation, and durability properties. Without logging, it is a great challenge for N2 DB to restore data to a consistent state after crashes and recoveries. This paper presents the GC and data recovery mechanisms for N2 DB. Evaluations show that the overall performance of N2 DB is up to 3:6 higher than that of InnoDB. Enabling GC reduces performance by up to 10%,but saves storage space by up to 67%. Moreover, our data recovery requires only 0:2% of the time and half of the storage space of InnoDB.展开更多
文摘Recently, use of mobile communicational devices in field data collection is increasing such as smart phones and cellular phones due to emergence of embedded Global Position System GPS and Wi-Fi Internet access. Accurate timely and handy field data collection is required for disaster management and emergency quick responses. In this article, we introduce web-based GIS system to collect the field data by personal mobile phone through Post Office Protocol POP3 mail server. The main objective of this work is to demonstrate real-time field data collection method to the students using their mobile phone to collect field data by timely and handy manners, either individual or group survey in local or global scale research.
文摘Dumpsites and garbage collection areas can act as reservoirs of highly resistant bacterial strains and facilitate the dissemination of Multidrug resistant strains to those living and work on or near the dumpsites and garbage collection areas. The objective of this study was to determine the potential of garbage collection areas and dumpsites in different parts of Nairobi as possible sources of resistant strains using E. coli and Klebsiella as indicator species. The study design was a cross-sectional survey. Sample collection was carried out at different days in seventeen different areas. A total of 126 samples were collected during the sampling period. The samples were then transported to the laboratory for analysis. The samples were cultured on MacConkey agar. Gram staining was done on discrete isolates based on colony characteristics. Biochemical tests were performed on colonies from primary cultures for final identification of the isolates. Antimicrobial disc susceptibility tests and pathogenicity tests were also carried out on the indicator isolates. A total of 121 E. coli and 165 Klebsiella were isolated from all the sampled sites. The highest bacterial burden was recorded from Muthurwa estate dumpsite, with a mean viable count of 8.2 × 1010 cfu/gm while the least was from Dandora dumpsite with a mean count of 1.1 × 1011 cfu/gm. Overall, gentamicin was the most effective antibacterial agent on Klebsiella and meropenem was the most effective on both E. coli and Klebsiella strains. The isolates showed high resistance to ampicillin, streptomycin, and trimethoprim-sulfamethoxazole. It is concluded that municipal waste dumpsites and garbage collection areas bear heavy burdens of potentially resistant bacteria which may constitute major public health hazards, not only to the immediate communities but also to the families of such site workers.
文摘Our country's garbage collection system has been widely concerned in society, because of its low reclamation rate, and difficult in supervision. The Internet of things technology has shown significant superiority in solving that's problem because of its traceability characteristics, dynamic. This paper takes the Internet of things technology as the basis, starting from the end of the collection, transportation and treatment of urban wastes in three aspects, construct a closed loop waste treatment system has good information feedback and processing capacity.
基金supported by the 863 Program under Grant No2007AA01Z131
文摘In the previous work of garbage collection (GC) models, scheduling analysis was given based on an assumption that there were no aperiodic mutator tasks. However, it is not true in practical real-time systems. The GC algorithm which can schedule aperiodic tasks is proposed, and the variance of live memory is analyzed. In this algorithm, active tasks are deferred to be processed by GC until the states of tasks become inactive, and the saved sporadic server time can be used to schedule aperiodic tasks. Scheduling the sample task sets demonstrates that this algorithm in this paper can schedule aperiodic tasks and decrease GC work. Thus, the GC algorithm proposed is more flexible and portable.
文摘This paper, probing into the present situation of urban domestic garbage by analyzing its growing trend, compositional change and regional difference, reveals the problems existing in its disposal and management in China. Meanwhile, a questionnaire was conducted in five big cities around China for surveying urban residents' attitudes towards garbage disposal and management policies and measures. Results showed the output of urban domestic garbage in Chinese cities is ever increasing, and the recoverable materials and energy in garbage composition are also increasing. The population growth, economic development, and increase of residents' expenditure level are the main factors influencing the growing output and changing composition of the garbage. Information acquired from the questionnaire showed that majority of the urban residents are in favor of the garbage reduction policies and managerial measures and are willing to collaborate with municipal government in battling against garbage. Based on the analysis and questionnaire, some policymaking oriented suggestions such as operating the garbage disposal from a social welfare service to a sector of profit gaining enterprises, transferring the garbage management from passive end control to active source control, promoting the classified garbage collection in cities around China, and charging garbage fees for its cleanup and disposal, have also been put forward in the paper.
基金the National High- Tech Research andDevelopm ent Program of China(No. 30 6 - 0 1- 0 3- 11- 9)
文摘Many garbage collection algorithms have been proposed, but few address the special needs of long-running server programs. Server applications usually run for years and spawn many threads, so they create and discard thousands of objects. Therefore, efficient garbage collection is especially important for those applications. This paper presents a class-based garbage collector for object-oriented programming environments that classifies objects by their types to achieve better gradualness. Grouping objects of the same type into a group, with a limited type-lock, a mutator cache and the lease protocol will reduce memory fragmentation, which is especially important for the efficiency of long-running server applications. This class-based collector partitions the heap space by type, which provides better concurrency than the traditional mark-sweep collector, and its reusable garbaged object pool also reduces the object allocation overhead. This paper also discusses the implementation details, such as the mutator cache and the lease protocol, and techniques to achieve better accuracy.
文摘In this papert the hard problem of the thorough garbage collection in uncoordinated Checkpointing algorithms is studied. After introduction of the traditional garbage collecting scheme, with which only obsolete checkpoints can be discarded, it is shown that this kind of traditional method may fail to discard any checkpoint in some special cases, and it is necessary and urgent to find a thorough garbage collecting method, with which all the checkpoints useless for any future rollback-recovery including the obsolete ones can be discarded. Then, the Thorough Garbage Collection Theorem is proposed and proved, which ensures the feasibility of the thorough garbage collection, and gives the method to calculate the set of the useful checkpoints as well.
基金supported by the National Key Research & Development Program of China (No. 2016YFB1000504)the National Natural Science Foundation of China (Nos. 61877035, 61433008, 61373145, and 61572280)。
文摘Non-Volatile Memory(NVM) offers byte-addressability and persistency. Because NVM can be plugged into memory and provide low latency, it offers a new opportunity to build new database systems with a single-layer storage design. A single-layer NVM-Native DataBase(N2 DB) provides zero copy and log freedom. Hence, all data are stored in NVM and there is no extra data duplication and logging during execution. N2 DB avoids complex data synchronization and logging overhead in the two-layer storage design of disk-oriented databases and in-memory databases. Garbage Collection(GC) is critical in such an NVM-based database because memory leaks on NVM are durable. Moreover, data recovery is equally essential to guarantee atomicity, consistency, isolation, and durability properties. Without logging, it is a great challenge for N2 DB to restore data to a consistent state after crashes and recoveries. This paper presents the GC and data recovery mechanisms for N2 DB. Evaluations show that the overall performance of N2 DB is up to 3:6 higher than that of InnoDB. Enabling GC reduces performance by up to 10%,but saves storage space by up to 67%. Moreover, our data recovery requires only 0:2% of the time and half of the storage space of InnoDB.