Recently,various mobile apps have included more features to improve user convenience.Mobile operating systems load as many apps into memory for faster app launching and execution.The least recently used(LRU)-based ter...Recently,various mobile apps have included more features to improve user convenience.Mobile operating systems load as many apps into memory for faster app launching and execution.The least recently used(LRU)-based termination of cached apps is a widely adopted approach when free space of the main memory is running low.However,the LRUbased cached app termination does not distinguish between frequently or infrequently used apps.The app launch performance degrades if LRU terminates frequently used apps.Recent studies have suggested the potential of using users’app usage patterns to predict the next app launch and address the limitations of the current least recently used(LRU)approach.However,existing methods only focus on predicting the probability of the next launch and do not consider how soon the app will launch again.In this paper,we present a new approach for predicting future app launches by utilizing the relaunch distance.We define the relaunch distance as the interval between two consecutive launches of an app and propose a memory management based on app relaunch prediction(M2ARP).M2ARP utilizes past app usage patterns to predict the relaunch distance.It uses the predicted relaunch distance to determine which apps are least likely to be launched soon and terminate them to improve the efficiency of the main memory.展开更多
Due to the recent trend of software intelligence in the Fourth Industrial Revolution,deep learning has become a mainstream workload for modern computer systems.Since the data size of deep learning increasingly grows,m...Due to the recent trend of software intelligence in the Fourth Industrial Revolution,deep learning has become a mainstream workload for modern computer systems.Since the data size of deep learning increasingly grows,managing the limited memory capacity efficiently for deep learning workloads becomes important.In this paper,we analyze memory accesses in deep learning workloads and find out some unique characteristics differentiated from traditional workloads.First,when comparing instruction and data accesses,data access accounts for 96%–99%of total memory accesses in deep learning workloads,which is quite different from traditional workloads.Second,when comparing read and write accesses,write access dominates,accounting for 64%–80%of total memory accesses.Third,although write access makes up the majority of memory accesses,it shows a low access bias of 0.3 in the Zipf parameter.Fourth,in predicting re-access,recency is important in read access,but frequency provides more accurate information in write access.Based on these observations,we introduce a Non-Volatile Random Access Memory(NVRAM)-accelerated memory architecture for deep learning workloads,and present a new memory management policy for this architecture.By considering the memory access characteristics of deep learning workloads,the proposed policy improves memory performance by 64.3%on average compared to the CLOCK policy.展开更多
Currently,the number of functions to improve user convenience in smartphone applications is increasing.In addition,more mobile applications are being loaded into mobile operating system memory for faster launches,thus...Currently,the number of functions to improve user convenience in smartphone applications is increasing.In addition,more mobile applications are being loaded into mobile operating system memory for faster launches,thus increasing the memory requirements for smartphones.The memory used by applications in mobile operating systems is managed using software;allocated memory is freed up by either considering the usage state of the application or terminating the least recently used(LRU)application.As LRU-based memory management schemes do not consider the application launch frequency in a low memory situation,currently used mobile operating systems can lead to the termination of a frequently executed application,thereby increasing its relaunch time.This study proposes a memory management system that can efficiently utilize the main memory space by analyzing the application usage information.The proposed system reduces the application launch time by leaving the most frequently used or likely to be run applications in the main memory for as long as possible.The performance evaluation conducted utilizing actual smartphone usage records showed that the proposed memory management system increases the number of times the applications resume from the main memory compared with the conventional memory management system,and that the average application execution time is reduced by approximately 17%.展开更多
The key-value store can provide flexibility of data types because it does not need to specify the data types to be stored in advance and can store any types of data as the value of the key-value pair.Various types of ...The key-value store can provide flexibility of data types because it does not need to specify the data types to be stored in advance and can store any types of data as the value of the key-value pair.Various types of studies have been conducted to improve the performance of the key-value store while maintaining its flexibility.However,the research efforts storing the large-scale values such as multimedia data files(e.g.,images or videos)in the key-value store were limited.In this study,we propose a new key-value store,WR-Store++aiming to store the large-scale values stably.Specifically,it provides a new design of separating data and index by working with the built-in data structure of the Windows operating system and the file system.The utilization of the built-in data structure of the Windows operating system achieves the efficiency of the key-value store and that of the file system extends the limited space of the storage significantly.We also present chunk-based memory management and parallel processing of WR-Store++to further improve its performance in the GET operation.Through the experiments,we show that WR-Store++can store at least 32.74 times larger datasets than the existing baseline key-value store,WR-Store,which has the limitation in storing large-scale data sets.Furthermore,in terms of processing efficiency,we show that WR-Store++outperforms not only WR-Store but also the other state-ofthe-art key-value stores,LevelDB,RocksDB,and BerkeleyDB,for individual key-value operations and mixed workloads.展开更多
Emerging persistent memory technologies,like PCM and 3D XPoint,offer numerous advantages,such as higher density,larger capacity,and better energy efficiency,compared with the DRAM.However,they also have some drawbacks...Emerging persistent memory technologies,like PCM and 3D XPoint,offer numerous advantages,such as higher density,larger capacity,and better energy efficiency,compared with the DRAM.However,they also have some drawbacks,e.g.,slower access speed,limited write endurance,and unbalanced read/write latency.Persistent memory technologies provide both great opportunities and challenges for operating systems.As a result,a large number of solutions have been proposed.With the increasing number and complexity of problems and approaches,we believe this is the right moment to investigate and analyze these works systematically.To this end,we perform a comprehensive and in-depth study on operating system support for persistent memory within three steps.First,we present an overview of how to build the operating system on persistent memory from three perspectives:system abstraction,crash consistency,and system reliability.Then,we classify the existing research works into three categories:storage stack,memory manager,and OS-bypassing library.For each category,we summarize the major research topics and discuss these topics deeply.Specifically,we present the challenges and opportunities in each topic,describe the contributions and limitations of proposed approaches,and compare these solutions in different dimensions.Finally,we also envision the future operating system based on this study.展开更多
Allocation,dereferencing,and freeing of memory data in kernels are coherently linked.There widely exist real cases where the correctness of memory is compromised.This incorrectness in kernel memory brings about signif...Allocation,dereferencing,and freeing of memory data in kernels are coherently linked.There widely exist real cases where the correctness of memory is compromised.This incorrectness in kernel memory brings about significant security issues,e.g.,information leaking.Though memory allocation,dereferencing,and freeing are closely related,previous work failed to realize they are closely related.In this paper,we study the life-cycle of kernel memory,which consists of allocation,dereferencing,and freeing.Errors in them are called memory life-cycle(MLC)bugs.We propose an in-depth study of MLC bugs and implement a memory life-cycle bug sanitizer(MEBS)for MLC bug detection.Utilizing an interprocedural global call graph and novel identification approaches,MEBS can reveal memory allocation,dereferencing,and freeing sites in kernels.By constructing a modified define-use chain and examining the errors in the life-cycle,MLC bugs can be identified.Moreover,the experimental results on the latest kernels demonstrate that MEBS can effectively detect MLC bugs,and MEBS can be scaled to different kernels.More than 100 new bugs are exposed in Linux and FreeBSD,and 12 common vulnerabilities and exposures(CVE)are assigned.展开更多
Global Memory Net (GMNet) is intended to be an effective gateway to the world cultural, historical, and heritage image collections from selected academic educational and research partners in the world. Much of these u...Global Memory Net (GMNet) is intended to be an effective gateway to the world cultural, historical, and heritage image collections from selected academic educational and research partners in the world. Much of these unique collections of great value to education and research are not currently accessible due to distance, form, and technical barriers. This project is to find new ways to enable users to access and exploit these significant research collections via global network. As GMNet is ending its first 5-year phase in October 2005, it has contributed substantially to the community building in digital library development by ac- commodating numerous collaborators and technical staff from various parts of the world to spend 3 to 5 months as a full-member of the GMNet team in Boston. They have come from different parts of China—such as Sichuan, Hainan, Shanghai and Xi’an; Croatia; and Hanoi, Vietnam. In addition to contribute to the overall system development and enhancement of system function- alities, they have brought valuable sample image collections of their own institutions/countries, and actually developed prototype collections as a part of GMNet. This paper describes the exciting and productive experience of the first of this visiting research group in developing the GMNet’s Version 2.0 PHP-based system under Prof. Chen’s overall supervision. It also describes both the system’s technical level structure—user/Web-based application/data, and complex functionalities with multi-collection, multi-lingual, multi-modal searching capabilities; system management capabilities; as well as provisions for user uploads and retrieval for our own projects. This Version 2.0 system is built on the Linux/Apache/PHP/MySQL platform. What is described in this paper is an actual case which has formed a base for further new development by others in the research group. It demonstrates fully the value of the synergistic collaboration among global partners for universal digital library development. More information can be found in http://www.memorynet.org/.展开更多
Building structures themselves are one of the key areas of urban energy consumption,therefore,are a major source of greenhouse gas emissions.With this understood,the carbon trading market is gradually expanding to the...Building structures themselves are one of the key areas of urban energy consumption,therefore,are a major source of greenhouse gas emissions.With this understood,the carbon trading market is gradually expanding to the building sector to control greenhouse gas emissions.Hence,to balance the interests of the environment and the building users,this paper proposes an optimal operation scheme for the photovoltaic,energy storage system,and flexible building power system(PEFB),considering the combined benefit of building.Based on the model of conventional photovoltaic(PV)and energy storage system(ESS),the mathematical optimization model of the system is proposed by taking the combined benefit of the building to the economy,society,and environment as the optimization objective,taking the near-zero energy consumption and carbon emission limitation of the building as the main constraints.The optimized operation strategy in this paper can give optimal results by making a trade-off between the users’costs and the combined benefits of the building.The efficiency and effectiveness of the proposed methods are verified by simulated experiments.展开更多
The networking of microgrids has received significant attention in the form of a smart grid.In this paper,a set of smart railway stations,which is assumed as microgrids,is connected together.It has been tried to manag...The networking of microgrids has received significant attention in the form of a smart grid.In this paper,a set of smart railway stations,which is assumed as microgrids,is connected together.It has been tried to manage the energy exchanged between the networked microgrids to reduce received energy from the utility grid.Also,the operational costs of stations under various conditions decrease by applying the proposed method.The smart railway stations are studied in the presence of photovoltaic(PV)units,energy storage systems(ESSs),and regenerative braking strategies.Studying regenerative braking is one of the essential contributions.Moreover,the stochastic behaviors of the ESS’s initial state of energy and the uncertainty of PV power generation are taken into account through a scenario-based method.The networked microgrid scheme of railway stations(based on coordinated operation and scheduling)and independent operation of railway stations are studied.The proposed method is applied to realistic case studies,including three stations of Line 3 of Tehran Urban and Suburban Railway Operation Company(TUSROC).The rolling stock is simulated in the MATLAB environment.Thus,the coordinated operation of networked microgrids and independent operation of railway stations are optimized in the GAMS environment utilizing mixed-integer linear programming(MILP).展开更多
The Ghana Research Reactor-1 (GHARR-1) is a 34 kW low enriched uranium (LEU) Miniature Neutron Source Reactor (MNSR), tank-in-pool type and cooled by natural circulation under atmospheric pressure operating conditions...The Ghana Research Reactor-1 (GHARR-1) is a 34 kW low enriched uranium (LEU) Miniature Neutron Source Reactor (MNSR), tank-in-pool type and cooled by natural circulation under atmospheric pressure operating conditions. GHARR-1 is owned by Ghana Atomic Energy Commission (GAEC) and operated by National Nuclear Research Institute (NNRI), one of the institutes of GAEC. GHARR-1 is housed by Nuclear Reactors Research Centre (NRRC), one of the Centres of NNRI. Management/Administration, Radiation protection, Reactor operation and maintenance, Reactor utilization and Physical protection are the various systems/units that integrate to manage the activities of operation and utilization of GHARR-1 in addition to the quality assurance and quality control management system of the research reactor facility. The GHARR-1 which is currently in operation follows a robust maintenance culture adopted by the management system and this has made it possible to keep the reactor in operation with minimal interruption. The management system activities adopted at the Centre to ensure safety of the workers, public and the research reactor facility include authorization of the operation of the reactor for any experiments/modifications;providing material and financial resources for maintaining the research reactor facility;following standard procedures while carrying out Neutron Activation Analysis;participation in IAEA proficiency test;irradiation sites/positions characterization;following standard procedures while carrying out reactor operation and maintenance including reactor and pool water purification and other related activities;monitoring radiation levels in the controlled, supervised and uncontrolled areas of the research reactor facility as well as during reactor operation and maintenance;controlling the physical entry of the workers and public into the research reactor facility;and ensuring that the security structures provided to protect the reactor facility are functioning properly. The thorough knowledge on the functions of the various components that make up the electrical/electronic and control systems of the reactor has been observed to be important for continuous successful maintenance of the research reactor to keep the reactor in operation. This work provides some management system activities adopted to monitor the activities of the research reactor operation and utilization to guarantee safety of workers, public and the environment as well as to safeguard a continuous operation of the research reactor. These management system activities adopted among others, are in the form of Monitoring Forms provided for monitoring the activities of the research reactor operation and utilization in order to ensure standard procedures and specifications are followed and quality services are rendered to the public.展开更多
Objective:To explore the role of specialized group management in the quality control of perioperative nursing.Methods:45 surgical nurses from our hospital were selected as the research subjects.Traditional operating r...Objective:To explore the role of specialized group management in the quality control of perioperative nursing.Methods:45 surgical nurses from our hospital were selected as the research subjects.Traditional operating room management was adopted from July 2019 to June 2020,and specialized group management was adopted from July 2020 to June 2021.The surgeon’s satisfaction,surgical nurses’core professional competence,and surgical patients’satisfaction were obtained through surveys and the results were analyzed.Results:Surgeon satisfaction before the implementation of specialized group management was significantly lower than after its implementation(P<0.05).Besides,surgical nurses’core professional competency scores before the implementation of specialized group management were significantly lower than after its implementation(P<0.05).Lastly,surgical patients’satisfaction before the implementation of specialized group management was significantly lower than after its implementation(P<0.05).Conclusion:Specialized group management helps to improve the quality of perioperative care and should be applied in clinical practice.展开更多
This paper presents a description and analysis of the most important models to predict each of the Road User Costs components (Vehicle Operating Costs, Accident Costs and Value of Time) and proposes a model for esti...This paper presents a description and analysis of the most important models to predict each of the Road User Costs components (Vehicle Operating Costs, Accident Costs and Value of Time) and proposes a model for estimating RUC components suitable for the Portuguese road network. These results are part of a research which aimed to obtain a Road User Cost Model to be used as a tool in road management systems. This model is different from other models by the fact that it includes a simple formulation that allows calibration and calculation of cost parameters, for any year, in a simple and fast way, providing trustworthy results. The required data is already available in Portuguese institutions, allowing periodic revision of cost parameters to insure accuracy.展开更多
As a flexible resource,energy storage plays an increasingly significant role in stabilizing and supporting the power system,while providing auxiliary services.Still,the current high demand for energy storage contrasts...As a flexible resource,energy storage plays an increasingly significant role in stabilizing and supporting the power system,while providing auxiliary services.Still,the current high demand for energy storage contrasts with the fuzzy lack of market-oriented mechanisms for energy storage,the principle of market-oriented operation has not been embodied,and there is no unified and systematic analytical framework for the business model.However,the dispatch management model of energy storage in actual power system operation is not clear.Still,the specific scheduling process and energy storage strategy on the source-load-network side could be more specific,and there needs to be a greater understanding of the collaborative scheduling process of the multilevel scheduling center.On this basis,this paper reviews the energy storage operation model and market-based incentive mechanism,For different functional types and installation locations of energy storage within the power system,the operational models and existing policies for energy storage participation in the market that are adapted to multiple operating states are summarized.From the point of view of the actual scheduling and operation management of energy storage in China,an energy storage regulation and operation management model based on“national,provincial,and local”multilevel coordination is proposed,as well as key technologies in the interactive scenarios of source-load,network and storage.展开更多
This editorial explores the impact of non-steroidal anti-inflammatory drugs(NSAIDs)on postoperative recovery in hand fracture patients,amidst shifting pain management strategies away from opioids due to their adverse ...This editorial explores the impact of non-steroidal anti-inflammatory drugs(NSAIDs)on postoperative recovery in hand fracture patients,amidst shifting pain management strategies away from opioids due to their adverse effects.With hand fractures being significantly common and postoperative pain management crucial for recovery,the potential of NSAIDs offers a non-addictive pain control alternative.However,the controversy over NSAIDs'effects on bone healing—stemming from their Cyclooxygenase-2 inhibition and associated risks of fracture non-union or delayed union—necessitates further investigation.Despite a comprehensive literature search,the study finds a lack of specific research on NSAIDs in postoperative hand fracture management,highlighting an urgent need for future studies to balance their benefits against possible risks.展开更多
Purpose–To facilitate technical managers and field workers to master and understand the provisions of Technical Management Regulations for Railway more accurately,so as to better serve the comprehensive revision of t...Purpose–To facilitate technical managers and field workers to master and understand the provisions of Technical Management Regulations for Railway more accurately,so as to better serve the comprehensive revision of the Regulations,this paper carries out the research on the traceability and evolution of the provisions of the Regulations.Design/methodology/approach–This paper studies and analyzes the evolution of the 11th edition of the Regulations by analyzing the relevance of clauses and summarizes the historical background of the development of calendar editions of the Regulations.The basic research on the traceability and evolution of the Regulations is carried out from four aspects:the continuity of the development of the Regulations,the authority of contents,the relevance of clauses and the richness of historical materials.Findings–From the first edition of the Regulations issued by the former Ministry of Railways in 1950 to the 11th edition,there have been ten comprehensive revisions.There is a strong correlation and continuity between the calendar editions of the Regulations in terms of chapter structure and clauses.Studying the context of the terms of the Regulations is an important way to understand and master the current clauses of the Regulations.Originality/value–Through the research on the traceability and evolution of the clauses of the Regulations,one is to explore the context of the development of railway technical equipment in China,the other is to clarify the historical background when the provisions were formulated and the third is to trace the development and evolution of the provisions.The revision of the Regulations is based on an accurate grasp of the context of the provisions,which can effectively judge the possible security risks caused by the revision of the provisions and avoid the possible risks in field implementation from the source.展开更多
By systematically reviewing the practical experience of management of urban parks at home and abroad,the advanced experience in organization,management system,operation mechanism and social participation were summariz...By systematically reviewing the practical experience of management of urban parks at home and abroad,the advanced experience in organization,management system,operation mechanism and social participation were summarized,and the optimization and improvement measures for the construction and management of urban parks in Chengdu were proposed to provide reference for the high-level construction,high-quality experience and efficient management of urban parks in the construction of park city demonstration zone in Chengdu.展开更多
Pain is the predominant symptom troubling patients.Pain management is one of the most important aspects in the management of surgical patients leading to early recovery from surgical procedures or in patients with chr...Pain is the predominant symptom troubling patients.Pain management is one of the most important aspects in the management of surgical patients leading to early recovery from surgical procedures or in patients with chronic diseases or malignancy.Various groups of drugs are used for dealing with this;however,they have their own implications in the form of adverse effects and dependence.In this article,we review the concerns of different pain-relieving medicines used postoperatively in gastrointestinal surgery and for malignant and chronic diseases.展开更多
How to ensure the reliable operation of the complex and huge electrical system composed of a large number of electrical equipment in iron and steel enterprises?Combined with working experience,the author introduces fo...How to ensure the reliable operation of the complex and huge electrical system composed of a large number of electrical equipment in iron and steel enterprises?Combined with working experience,the author introduces four main factors affecting the normal operation of equipment,analyzes five main problems existing in the operation and management of electrical equipment,and puts forward corresponding improvement measures,so as to improve the management level of electrical equipment in iron and steel enterprises.展开更多
This paper outlines the internal control management of hospital accounting and finance,introducing its concept,importance,and objectives.It then analyzes the problems existing in the internal control management of hos...This paper outlines the internal control management of hospital accounting and finance,introducing its concept,importance,and objectives.It then analyzes the problems existing in the internal control management of hospital accounting and finance,including an unsound management system,insufficient system implementation,inadequate risk assessment and control capabilities,poor information communication,weak internal supervision,and uneven personnel quality.The reasons for these problems are also analyzed,including outdated management concepts,irrational organizational structures,imperfect training and incentive mechanisms,low levels of information technology,and changes in the external environment.This paper proposes improvement measures for the internal control management of hospital accounting,including enhancing the management system,strengthening system implementation,improving risk assessment and control capabilities,enhancing the information communication mechanism,strengthening internal supervision,improving personnel quality,advancing information technology,and adapting to changes in the external environment.展开更多
Rail transit is considered one of the safest and most efficient modes of transportation.Ticketing,vehicle dispatching,and passenger flow control during rail transit operations in China have been improving over the yea...Rail transit is considered one of the safest and most efficient modes of transportation.Ticketing,vehicle dispatching,and passenger flow control during rail transit operations in China have been improving over the years.Smart city construction and intelligent management models has also been increasingly emphasized with the rapid development of information and internet technology.Therefore,it is essential to conduct relevant research and discussions to improve the overall efficiency and quality of urban rail transit operation and management.This article provides an overview of smart city rail transit operation and management informatization,the principles of construction,and the functions of smart city rail transit operation and management informatization.Additionally,it discusses the strategies for the construction of smart city rail transit operation and management information and its development prospects.展开更多
基金This work was supported in part by the National Research Foundation of Korea(NRF)Grant funded by the Korea Government(MSIT)under Grant 2020R1A2C100526513in part by the R&D Program for Forest Science Technology(Project No.2021338C10-2323-CD02)provided by Korea Forest Service(Korea Forestry Promotion Institute).
文摘Recently,various mobile apps have included more features to improve user convenience.Mobile operating systems load as many apps into memory for faster app launching and execution.The least recently used(LRU)-based termination of cached apps is a widely adopted approach when free space of the main memory is running low.However,the LRUbased cached app termination does not distinguish between frequently or infrequently used apps.The app launch performance degrades if LRU terminates frequently used apps.Recent studies have suggested the potential of using users’app usage patterns to predict the next app launch and address the limitations of the current least recently used(LRU)approach.However,existing methods only focus on predicting the probability of the next launch and do not consider how soon the app will launch again.In this paper,we present a new approach for predicting future app launches by utilizing the relaunch distance.We define the relaunch distance as the interval between two consecutive launches of an app and propose a memory management based on app relaunch prediction(M2ARP).M2ARP utilizes past app usage patterns to predict the relaunch distance.It uses the predicted relaunch distance to determine which apps are least likely to be launched soon and terminate them to improve the efficiency of the main memory.
基金supported in part by the NRF(National Research Foundation of Korea)Grant(No.2019R1A2C1009275)by the Institute of Information&communications Technology Planning&Evaluation(IITP)grant funded by theKorean government(MSIT)(No.2021-0-02068,Artificial Intelligence Innovation Hub).
文摘Due to the recent trend of software intelligence in the Fourth Industrial Revolution,deep learning has become a mainstream workload for modern computer systems.Since the data size of deep learning increasingly grows,managing the limited memory capacity efficiently for deep learning workloads becomes important.In this paper,we analyze memory accesses in deep learning workloads and find out some unique characteristics differentiated from traditional workloads.First,when comparing instruction and data accesses,data access accounts for 96%–99%of total memory accesses in deep learning workloads,which is quite different from traditional workloads.Second,when comparing read and write accesses,write access dominates,accounting for 64%–80%of total memory accesses.Third,although write access makes up the majority of memory accesses,it shows a low access bias of 0.3 in the Zipf parameter.Fourth,in predicting re-access,recency is important in read access,but frequency provides more accurate information in write access.Based on these observations,we introduce a Non-Volatile Random Access Memory(NVRAM)-accelerated memory architecture for deep learning workloads,and present a new memory management policy for this architecture.By considering the memory access characteristics of deep learning workloads,the proposed policy improves memory performance by 64.3%on average compared to the CLOCK policy.
基金This work was supported by the National Research Foundation of Korea(NRF)Grant funded by the Korea Government(MSIT)under Grant 2020R1A2C1005265.
文摘Currently,the number of functions to improve user convenience in smartphone applications is increasing.In addition,more mobile applications are being loaded into mobile operating system memory for faster launches,thus increasing the memory requirements for smartphones.The memory used by applications in mobile operating systems is managed using software;allocated memory is freed up by either considering the usage state of the application or terminating the least recently used(LRU)application.As LRU-based memory management schemes do not consider the application launch frequency in a low memory situation,currently used mobile operating systems can lead to the termination of a frequently executed application,thereby increasing its relaunch time.This study proposes a memory management system that can efficiently utilize the main memory space by analyzing the application usage information.The proposed system reduces the application launch time by leaving the most frequently used or likely to be run applications in the main memory for as long as possible.The performance evaluation conducted utilizing actual smartphone usage records showed that the proposed memory management system increases the number of times the applications resume from the main memory compared with the conventional memory management system,and that the average application execution time is reduced by approximately 17%.
文摘The key-value store can provide flexibility of data types because it does not need to specify the data types to be stored in advance and can store any types of data as the value of the key-value pair.Various types of studies have been conducted to improve the performance of the key-value store while maintaining its flexibility.However,the research efforts storing the large-scale values such as multimedia data files(e.g.,images or videos)in the key-value store were limited.In this study,we propose a new key-value store,WR-Store++aiming to store the large-scale values stably.Specifically,it provides a new design of separating data and index by working with the built-in data structure of the Windows operating system and the file system.The utilization of the built-in data structure of the Windows operating system achieves the efficiency of the key-value store and that of the file system extends the limited space of the storage significantly.We also present chunk-based memory management and parallel processing of WR-Store++to further improve its performance in the GET operation.Through the experiments,we show that WR-Store++can store at least 32.74 times larger datasets than the existing baseline key-value store,WR-Store,which has the limitation in storing large-scale data sets.Furthermore,in terms of processing efficiency,we show that WR-Store++outperforms not only WR-Store but also the other state-ofthe-art key-value stores,LevelDB,RocksDB,and BerkeleyDB,for individual key-value operations and mixed workloads.
基金This work was supported by the Key Technology Improvement of Industrial Control System granted by the Ministry of Industry and Information.
文摘Emerging persistent memory technologies,like PCM and 3D XPoint,offer numerous advantages,such as higher density,larger capacity,and better energy efficiency,compared with the DRAM.However,they also have some drawbacks,e.g.,slower access speed,limited write endurance,and unbalanced read/write latency.Persistent memory technologies provide both great opportunities and challenges for operating systems.As a result,a large number of solutions have been proposed.With the increasing number and complexity of problems and approaches,we believe this is the right moment to investigate and analyze these works systematically.To this end,we perform a comprehensive and in-depth study on operating system support for persistent memory within three steps.First,we present an overview of how to build the operating system on persistent memory from three perspectives:system abstraction,crash consistency,and system reliability.Then,we classify the existing research works into three categories:storage stack,memory manager,and OS-bypassing library.For each category,we summarize the major research topics and discuss these topics deeply.Specifically,we present the challenges and opportunities in each topic,describe the contributions and limitations of proposed approaches,and compare these solutions in different dimensions.Finally,we also envision the future operating system based on this study.
基金supported by the National High-Level Personnel for Defense Technology Program of China under Grant No.2017-JCJQ-ZQ-013the National Natural Science Foundation of China under Grant Nos.61902405 and 61902412+2 种基金the Natural Science Foundation of Hunan Province of China under Grant No.2021JJ40692the Parallel and Distributed Processing Research Foundation under Grant No.6142110190404the Research Project of National University of Defense Technology under Grant Nos.ZK20-09 and ZK20-17.
文摘Allocation,dereferencing,and freeing of memory data in kernels are coherently linked.There widely exist real cases where the correctness of memory is compromised.This incorrectness in kernel memory brings about significant security issues,e.g.,information leaking.Though memory allocation,dereferencing,and freeing are closely related,previous work failed to realize they are closely related.In this paper,we study the life-cycle of kernel memory,which consists of allocation,dereferencing,and freeing.Errors in them are called memory life-cycle(MLC)bugs.We propose an in-depth study of MLC bugs and implement a memory life-cycle bug sanitizer(MEBS)for MLC bug detection.Utilizing an interprocedural global call graph and novel identification approaches,MEBS can reveal memory allocation,dereferencing,and freeing sites in kernels.By constructing a modified define-use chain and examining the errors in the life-cycle,MLC bugs can be identified.Moreover,the experimental results on the latest kernels demonstrate that MEBS can effectively detect MLC bugs,and MEBS can be scaled to different kernels.More than 100 new bugs are exposed in Linux and FreeBSD,and 12 common vulnerabilities and exposures(CVE)are assigned.
基金supported by the US National Science Foundation/International Digital Library Program(Grant No.NSF/CISE/IIS-9905833).
文摘Global Memory Net (GMNet) is intended to be an effective gateway to the world cultural, historical, and heritage image collections from selected academic educational and research partners in the world. Much of these unique collections of great value to education and research are not currently accessible due to distance, form, and technical barriers. This project is to find new ways to enable users to access and exploit these significant research collections via global network. As GMNet is ending its first 5-year phase in October 2005, it has contributed substantially to the community building in digital library development by ac- commodating numerous collaborators and technical staff from various parts of the world to spend 3 to 5 months as a full-member of the GMNet team in Boston. They have come from different parts of China—such as Sichuan, Hainan, Shanghai and Xi’an; Croatia; and Hanoi, Vietnam. In addition to contribute to the overall system development and enhancement of system function- alities, they have brought valuable sample image collections of their own institutions/countries, and actually developed prototype collections as a part of GMNet. This paper describes the exciting and productive experience of the first of this visiting research group in developing the GMNet’s Version 2.0 PHP-based system under Prof. Chen’s overall supervision. It also describes both the system’s technical level structure—user/Web-based application/data, and complex functionalities with multi-collection, multi-lingual, multi-modal searching capabilities; system management capabilities; as well as provisions for user uploads and retrieval for our own projects. This Version 2.0 system is built on the Linux/Apache/PHP/MySQL platform. What is described in this paper is an actual case which has formed a base for further new development by others in the research group. It demonstrates fully the value of the synergistic collaboration among global partners for universal digital library development. More information can be found in http://www.memorynet.org/.
基金support by Ministry of Housing and Urban-Rural Development’s Science and Technology Plan Project 2022(Hubei Province).
文摘Building structures themselves are one of the key areas of urban energy consumption,therefore,are a major source of greenhouse gas emissions.With this understood,the carbon trading market is gradually expanding to the building sector to control greenhouse gas emissions.Hence,to balance the interests of the environment and the building users,this paper proposes an optimal operation scheme for the photovoltaic,energy storage system,and flexible building power system(PEFB),considering the combined benefit of building.Based on the model of conventional photovoltaic(PV)and energy storage system(ESS),the mathematical optimization model of the system is proposed by taking the combined benefit of the building to the economy,society,and environment as the optimization objective,taking the near-zero energy consumption and carbon emission limitation of the building as the main constraints.The optimized operation strategy in this paper can give optimal results by making a trade-off between the users’costs and the combined benefits of the building.The efficiency and effectiveness of the proposed methods are verified by simulated experiments.
文摘The networking of microgrids has received significant attention in the form of a smart grid.In this paper,a set of smart railway stations,which is assumed as microgrids,is connected together.It has been tried to manage the energy exchanged between the networked microgrids to reduce received energy from the utility grid.Also,the operational costs of stations under various conditions decrease by applying the proposed method.The smart railway stations are studied in the presence of photovoltaic(PV)units,energy storage systems(ESSs),and regenerative braking strategies.Studying regenerative braking is one of the essential contributions.Moreover,the stochastic behaviors of the ESS’s initial state of energy and the uncertainty of PV power generation are taken into account through a scenario-based method.The networked microgrid scheme of railway stations(based on coordinated operation and scheduling)and independent operation of railway stations are studied.The proposed method is applied to realistic case studies,including three stations of Line 3 of Tehran Urban and Suburban Railway Operation Company(TUSROC).The rolling stock is simulated in the MATLAB environment.Thus,the coordinated operation of networked microgrids and independent operation of railway stations are optimized in the GAMS environment utilizing mixed-integer linear programming(MILP).
文摘The Ghana Research Reactor-1 (GHARR-1) is a 34 kW low enriched uranium (LEU) Miniature Neutron Source Reactor (MNSR), tank-in-pool type and cooled by natural circulation under atmospheric pressure operating conditions. GHARR-1 is owned by Ghana Atomic Energy Commission (GAEC) and operated by National Nuclear Research Institute (NNRI), one of the institutes of GAEC. GHARR-1 is housed by Nuclear Reactors Research Centre (NRRC), one of the Centres of NNRI. Management/Administration, Radiation protection, Reactor operation and maintenance, Reactor utilization and Physical protection are the various systems/units that integrate to manage the activities of operation and utilization of GHARR-1 in addition to the quality assurance and quality control management system of the research reactor facility. The GHARR-1 which is currently in operation follows a robust maintenance culture adopted by the management system and this has made it possible to keep the reactor in operation with minimal interruption. The management system activities adopted at the Centre to ensure safety of the workers, public and the research reactor facility include authorization of the operation of the reactor for any experiments/modifications;providing material and financial resources for maintaining the research reactor facility;following standard procedures while carrying out Neutron Activation Analysis;participation in IAEA proficiency test;irradiation sites/positions characterization;following standard procedures while carrying out reactor operation and maintenance including reactor and pool water purification and other related activities;monitoring radiation levels in the controlled, supervised and uncontrolled areas of the research reactor facility as well as during reactor operation and maintenance;controlling the physical entry of the workers and public into the research reactor facility;and ensuring that the security structures provided to protect the reactor facility are functioning properly. The thorough knowledge on the functions of the various components that make up the electrical/electronic and control systems of the reactor has been observed to be important for continuous successful maintenance of the research reactor to keep the reactor in operation. This work provides some management system activities adopted to monitor the activities of the research reactor operation and utilization to guarantee safety of workers, public and the environment as well as to safeguard a continuous operation of the research reactor. These management system activities adopted among others, are in the form of Monitoring Forms provided for monitoring the activities of the research reactor operation and utilization in order to ensure standard procedures and specifications are followed and quality services are rendered to the public.
基金Hebei University Affiliated Hospital Youth Fund Scientific Research Project Project Number:2019Q017。
文摘Objective:To explore the role of specialized group management in the quality control of perioperative nursing.Methods:45 surgical nurses from our hospital were selected as the research subjects.Traditional operating room management was adopted from July 2019 to June 2020,and specialized group management was adopted from July 2020 to June 2021.The surgeon’s satisfaction,surgical nurses’core professional competence,and surgical patients’satisfaction were obtained through surveys and the results were analyzed.Results:Surgeon satisfaction before the implementation of specialized group management was significantly lower than after its implementation(P<0.05).Besides,surgical nurses’core professional competency scores before the implementation of specialized group management were significantly lower than after its implementation(P<0.05).Lastly,surgical patients’satisfaction before the implementation of specialized group management was significantly lower than after its implementation(P<0.05).Conclusion:Specialized group management helps to improve the quality of perioperative care and should be applied in clinical practice.
文摘This paper presents a description and analysis of the most important models to predict each of the Road User Costs components (Vehicle Operating Costs, Accident Costs and Value of Time) and proposes a model for estimating RUC components suitable for the Portuguese road network. These results are part of a research which aimed to obtain a Road User Cost Model to be used as a tool in road management systems. This model is different from other models by the fact that it includes a simple formulation that allows calibration and calculation of cost parameters, for any year, in a simple and fast way, providing trustworthy results. The required data is already available in Portuguese institutions, allowing periodic revision of cost parameters to insure accuracy.
基金the North China Branch of State Grid Corporation of China,Contract No.SGNC0000BGWT2310175.
文摘As a flexible resource,energy storage plays an increasingly significant role in stabilizing and supporting the power system,while providing auxiliary services.Still,the current high demand for energy storage contrasts with the fuzzy lack of market-oriented mechanisms for energy storage,the principle of market-oriented operation has not been embodied,and there is no unified and systematic analytical framework for the business model.However,the dispatch management model of energy storage in actual power system operation is not clear.Still,the specific scheduling process and energy storage strategy on the source-load-network side could be more specific,and there needs to be a greater understanding of the collaborative scheduling process of the multilevel scheduling center.On this basis,this paper reviews the energy storage operation model and market-based incentive mechanism,For different functional types and installation locations of energy storage within the power system,the operational models and existing policies for energy storage participation in the market that are adapted to multiple operating states are summarized.From the point of view of the actual scheduling and operation management of energy storage in China,an energy storage regulation and operation management model based on“national,provincial,and local”multilevel coordination is proposed,as well as key technologies in the interactive scenarios of source-load,network and storage.
文摘This editorial explores the impact of non-steroidal anti-inflammatory drugs(NSAIDs)on postoperative recovery in hand fracture patients,amidst shifting pain management strategies away from opioids due to their adverse effects.With hand fractures being significantly common and postoperative pain management crucial for recovery,the potential of NSAIDs offers a non-addictive pain control alternative.However,the controversy over NSAIDs'effects on bone healing—stemming from their Cyclooxygenase-2 inhibition and associated risks of fracture non-union or delayed union—necessitates further investigation.Despite a comprehensive literature search,the study finds a lack of specific research on NSAIDs in postoperative hand fracture management,highlighting an urgent need for future studies to balance their benefits against possible risks.
基金funded by Revision and Key Technical Research on Railway Technical Management Regulation(P2023B001).
文摘Purpose–To facilitate technical managers and field workers to master and understand the provisions of Technical Management Regulations for Railway more accurately,so as to better serve the comprehensive revision of the Regulations,this paper carries out the research on the traceability and evolution of the provisions of the Regulations.Design/methodology/approach–This paper studies and analyzes the evolution of the 11th edition of the Regulations by analyzing the relevance of clauses and summarizes the historical background of the development of calendar editions of the Regulations.The basic research on the traceability and evolution of the Regulations is carried out from four aspects:the continuity of the development of the Regulations,the authority of contents,the relevance of clauses and the richness of historical materials.Findings–From the first edition of the Regulations issued by the former Ministry of Railways in 1950 to the 11th edition,there have been ten comprehensive revisions.There is a strong correlation and continuity between the calendar editions of the Regulations in terms of chapter structure and clauses.Studying the context of the terms of the Regulations is an important way to understand and master the current clauses of the Regulations.Originality/value–Through the research on the traceability and evolution of the clauses of the Regulations,one is to explore the context of the development of railway technical equipment in China,the other is to clarify the historical background when the provisions were formulated and the third is to trace the development and evolution of the provisions.The revision of the Regulations is based on an accurate grasp of the context of the provisions,which can effectively judge the possible security risks caused by the revision of the provisions and avoid the possible risks in field implementation from the source.
基金the Scientific Research Project of Natural Resources Department of Sichuan Province(KJ-2023-032).
文摘By systematically reviewing the practical experience of management of urban parks at home and abroad,the advanced experience in organization,management system,operation mechanism and social participation were summarized,and the optimization and improvement measures for the construction and management of urban parks in Chengdu were proposed to provide reference for the high-level construction,high-quality experience and efficient management of urban parks in the construction of park city demonstration zone in Chengdu.
文摘Pain is the predominant symptom troubling patients.Pain management is one of the most important aspects in the management of surgical patients leading to early recovery from surgical procedures or in patients with chronic diseases or malignancy.Various groups of drugs are used for dealing with this;however,they have their own implications in the form of adverse effects and dependence.In this article,we review the concerns of different pain-relieving medicines used postoperatively in gastrointestinal surgery and for malignant and chronic diseases.
文摘How to ensure the reliable operation of the complex and huge electrical system composed of a large number of electrical equipment in iron and steel enterprises?Combined with working experience,the author introduces four main factors affecting the normal operation of equipment,analyzes five main problems existing in the operation and management of electrical equipment,and puts forward corresponding improvement measures,so as to improve the management level of electrical equipment in iron and steel enterprises.
文摘This paper outlines the internal control management of hospital accounting and finance,introducing its concept,importance,and objectives.It then analyzes the problems existing in the internal control management of hospital accounting and finance,including an unsound management system,insufficient system implementation,inadequate risk assessment and control capabilities,poor information communication,weak internal supervision,and uneven personnel quality.The reasons for these problems are also analyzed,including outdated management concepts,irrational organizational structures,imperfect training and incentive mechanisms,low levels of information technology,and changes in the external environment.This paper proposes improvement measures for the internal control management of hospital accounting,including enhancing the management system,strengthening system implementation,improving risk assessment and control capabilities,enhancing the information communication mechanism,strengthening internal supervision,improving personnel quality,advancing information technology,and adapting to changes in the external environment.
文摘Rail transit is considered one of the safest and most efficient modes of transportation.Ticketing,vehicle dispatching,and passenger flow control during rail transit operations in China have been improving over the years.Smart city construction and intelligent management models has also been increasingly emphasized with the rapid development of information and internet technology.Therefore,it is essential to conduct relevant research and discussions to improve the overall efficiency and quality of urban rail transit operation and management.This article provides an overview of smart city rail transit operation and management informatization,the principles of construction,and the functions of smart city rail transit operation and management informatization.Additionally,it discusses the strategies for the construction of smart city rail transit operation and management information and its development prospects.