• Title/Summary/Keyword: Restart

Search Result 118, Processing Time 0.041 seconds

A Distributed Real-Time Concurrency Control Scheme using Transaction the Rise of Priority (트랜잭션 우선 순위 상승을 이용한 분산 실시간 병행수행제어 기법)

  • Lee, Jong-Sul;Shin, Jae-Ryong;Cho, Ki-Hyung;Yoo, Jae-Soo
    • Journal of KIISE:Databases
    • /
    • v.28 no.3
    • /
    • pp.484-493
    • /
    • 2001
  • As real-time database systems are extended to the distributed computing environment, the need to apply the existing real-time concurrency control schemes to the distributed computing environment has been made. In this paper we propose an efficient concurrency control scheme for distributed real-time database system. Our proposed scheme guarantees a transaction to commit at its maximum, reduces the restart of a transaction that is on the prepared commit phase, and minimizes the time of the lock holding. This is because it raises the priority of the transaction that is on the prepared commit phase in the distributed real-time computing environment. In addition, it reduces the waiting time of a transaction that owns borrowed data and improves the performance of the system, as a result of lending the data that the transaction with the raised priority holds. We compare the proposed scheme with DO2PL_PA(Distributed Optimistic Two-Phase Locking) and MIRROR(Managing Isolation in Replicated Real-time Object Repositories) protocol in terms of the arrival rate of transactions, the size of transactions, the write probability of transactions, and the replication degree of data in a firm-deadline real-time database system based on two-phase commit protocol. It is shown through the performance evaluation that our scheme outperforms the existing schemes.

  • PDF

Do-not-resuscitation in Terminal Cancer Patient (말기암환자에서 심폐소생술금지)

  • Kwon, Jung Hye
    • Journal of Hospice and Palliative Care
    • /
    • v.18 no.3
    • /
    • pp.179-187
    • /
    • 2015
  • For patients who are near the end of life, an inevitable step is discussion of a do-not-resuscitate (DNR) order, which involves patients, their family members and physicians. To discuss DNR orders, patients and family members should know the meaning of the order and cardiopulmonary resuscitation (CPR) which includes chest compression, defibrillation, medication to restart the heart, artificial ventilation, and tube insertion in the respiratory tract. And the following issues should be considered as well: patients' and their families' autonomy, futility of treatment, and the right for death with dignity. Terminal cancer patients should be informed of what futility of treatment is, such as a low survival rate of CPR, unacceptable quality of life after CPR, and an irremediable disease status. In Korea, two different law suits related to life supporting treatments had been filed, which in turn raised public interest in death with dignity. Since the 1980s, knowledge of and attitude toward DNR among physicians and the public have been improved. However, most patients are still alienated from the decision making process, and the decision is often made less than a week before death. Thus, the DNR discussion process should be improved. Early palliative care should be adopted more widely.

An Energy-Efficient Concurrency Control Method for Mobile Transactions with Skewed Data Access Patterns in Wireless Broadcast Environments (무선 브로드캐스트 환경에서 편향된 엑세스 패턴을 가진 모바일 트랜잭션을 위한 효과적인 동시성 제어 기법)

  • Jung, Sung-Won;Park, Sung-Geun;Choi, Keun-Ha
    • Journal of KIISE:Databases
    • /
    • v.33 no.1
    • /
    • pp.69-85
    • /
    • 2006
  • Broadcast has been often used to disseminate the frequently requested data efficiently to a large volume of mobile clients over a single or multiple channels. Conventional concurrency control protocols for mobile transactions are not suitable for the wireless broadcast environments due to the limited bandwidth of the up-link communication channel. In wireless broadcast environments, the server often broadcast different data items with different frequency to incorporate the data access patterns of mobile transactions. The previously proposed concurrency control protocols for mobile transactions in wireless broadcast environments are focused on the mobile transactions with uniform data access patterns. However, these protocols perform poorly when the data access pattern of update mobile transaction are not uniform but skewed. The update mobile transactions with skewed data access patterns will be frequently aborted and restarted due 4o the update conflict of the same data items with a high access frequency. In this paper, we propose an energy-efficient concurrence control protocol for mobile transactions with skewed data access as well as uniform data access patterns. Our protocol use a random back-off technique to avoid the frequent abort and restart of update mobile transactions. We present in-depth experimental analysis of our method by comparing it with existing concurrency control protocols. Our performance analysis show that it significantly decrease the average response time, the amount of upstream and downstream bandwidth usage over existing protocols.

Extending the BR2K technique to enhance the robustness of blockchain application services

  • Kwon, Min-Ho;Lee, Myung-Joon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.27 no.2
    • /
    • pp.125-134
    • /
    • 2022
  • In this paper, we propose an extension method of the BR2K technique for enhancing the robustness of blockchain application services. The BR2K (Blockchain application, Replication & Recovery technique using Kubernetes) technique was recently developed to support the robustness of blockchain services through service replication and rapid restart. The proposed technique extends the existing BR2K technique to provide a state version, which is meta-information about the service state, and a method for safely managing it, and use the state version to determine the timing for service state recovery. Also, the technique provides systematic service state backup for service recovery and joining of new service nodes by utilizing the version information and the service registry which acts as a service recovery center in the BR2K technique. Based on this, it is possible to support new service nodes to join the replication service with consistency. As a result, new service nodes can be quickly added to the BR2K service in operation, enhancing the robustness of the BR2K service. In addition, the extended method is applied to the pilot blockchain application service and tested in a Kubernetes environment composed of virtual machines to confirm the validity of service replication consistency and rapid service recovery in the event of node failures.

Technique to Reduce Container Restart for Improving Execution Time of Container Workflow in Kubernetes Environments (쿠버네티스 환경에서 컨테이너 워크플로의 실행 시간 개선을 위한 컨테이너 재시작 감소 기법)

  • Taeshin Kang;Heonchang Yu
    • The Transactions of the Korea Information Processing Society
    • /
    • v.13 no.3
    • /
    • pp.91-101
    • /
    • 2024
  • The utilization of container virtualization technology ensures the consistency and portability of data-intensive and memory volatile workflows. Kubernetes serves as the de facto standard for orchestrating these container applications. Cloud users often overprovision container applications to avoid container restarts caused by resource shortages. However, overprovisioning results in decreased CPU and memory resource utilization. To address this issue, oversubscription of container resources is commonly employed, although excessive oversubscription of memory resources can lead to a cascade of container restarts due to node memory scarcity. Container restarts can reset operations and impose substantial overhead on containers with high memory volatility that include numerous stateful applications. This paper proposes a technique to mitigate container restarts in a memory oversubscription environment based on Kubernetes. The proposed technique involves identifying containers that are likely to request memory allocation on nodes experiencing high memory usage and temporarily pausing these containers. By significantly reducing the CPU usage of containers, an effect similar to a paused state is achieved. The suspension of the identified containers is released once it is determined that the corresponding node's memory usage has been reduced. The average number of container restarts was reduced by an average of 40% and a maximum of 58% when executing a high memory volatile workflow in a Kubernetes environment with the proposed method compared to its absence. Furthermore, the total execution time of a container workflow is decreased by an average of 7% and a maximum of 13% due to the reduced frequency of container restarts.

The Mutual Assistance System and Cooperation between South Korea, the U.S. and China for the North Korean Nuclear Issue and Unification of the Korean Peninsula (북핵과 한반도 통일에 대한 한·미·중 3국 공조체제와 협력)

  • Kim, Joo-Sam
    • Korea and Global Affairs
    • /
    • v.1 no.1
    • /
    • pp.71-96
    • /
    • 2017
  • This study speculates on responses to the nuclear threats of North Korea and mutual assistance and cooperation between South Korea, the U.S. and China for the unification of the Korean Peninsula. As for the North Koreas nuclear issue and unification of the Korean Peninsula, South Korea is the subject of national division, the U.S. is a responsible country in international issues and does not have diplomatic ties with North Korea. China is a traditional socialist nation and a supporter of North Korea. As North Korea's strategic weapons including nuclear weapons and ballistic missiles are international issues, to defend against Kim Jung-Eun's unexpected acts, the three countries should actively cooperate with each other and develop countermeasures. However, with respect to the road map of the North Koreas issue, there are subtle differences between the U.S. and China in recognition of and sanctions against North Korea as a resolution of the U..N. Security Council. The U.S. has continued a deterrence policy and sanctions against North Korea based on joint threats between South Korea and the U.S. while China has showed a negative position in the process of solving the North Korean nuclear issue because of the unstable security derived from the U.S. 's intervention in the Korean peninsula. North Korea should change its diplomatic policy in a more concrete way towards world peace although it has continued trade of strategic weapons with Middle Eastern countries to maintain its political system. For example, to restart the summit talks and open multilateral security channels. Although the issue of unification of the Korean peninsula should be resolved by South and North Korea themselves, it is strange that South and North Korea depend on the logic of powerful countries for the resolution of a national problem. As for North Koreas nuclear and the Unification issues, peaceful solutions presented by South Korea seem more persuasive than the solution presented by North Korea which did not secure any international support. However, South Korea, the U.S. and China need to develop uni-directional two-tract strategies for sanctions against North Korea and talks with North Korea for peace on the Korean peninsula, and should continue to support the economic independence of North Korea.

Consideration of the Accuracy by Variation of Respiration in Real-time Position Management Respiratory Gating System (호흡동조 방사선치료에 사용되고 있는 RPM (Real-time Position Management) Respiratory Gating System의 호흡변화에 따른 정확성에 대한 고찰)

  • Na, Jun Young;Kang, Tae Young;Baek, Geum Mun;Kwon, Gyeong Tae
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.25 no.1
    • /
    • pp.49-55
    • /
    • 2013
  • Purpose: Respiratory Gated Radiation Therapy (RGRT) has been carried out using RPM (Real-time Position Management) Respiratory Gating System (version 1.7.5, varian, USA) in Asan Medical Center. This study was to analyze and evaluate the accuracy of Respiratory Gated Radiation Therapy (RGRT) according to variation of respiration. Materials and Methods: Making variation of respiration using Motion Phantom:QUASAR Programmable Respiratory Motion Phantom (Moudus Medical Device Inc. CANADA) able to adjust respiration pattern randomly was varying period, amplitude and baseline by analyze 50 patient's respiration of lung and liver cancer. One of the variations of respiration is baseline shift gradually downward per 0.01 cm, 0.03 cm, 0.05 cm. The other variation of respiration is baseline shift accidently downward per 0.2 cm, 0.4 cm, 0.6 cm, 0.8 cm. Experiments were performed in the same way that is used RPM Respiratory Gating System (phase gating, usually 30~70% gating) in Asan Medical Center. Results: It was all exposed radiation under one of the conditions of baseline shift gradually downward per 0.01 cm, 0.03 cm, 0.05 cm. Under the other condition of baseline shift accidently downward per 0.2 cm, 0.4 cm, 0.6 cm, 0.8 cm equally radiation was exposed. Conclusion: The variations of baseline shifts didn't accurately reflect on phase gating in RPM Respiratory Gating System. This inexactitude makes serious uncertainty in Respiratory Gated Radiation Therapy. So, Must be stabilized breathing of patient before conducting Respiratory Gated Radiation Therapy. also must be monitored breathing of patient in the middle of treatment. If you observe considerable changes of breathing when conducting Respiratory Gated Radiation Therapy. Stopping treatment immediately and then must be need to recheck treatment site using fluoroscopy. If patient's respiration rechecked using fluoroscopy restabilize, it is possible to restart Respiratory Gated Radiation Therapy.

  • PDF

Dosimetric Analysis of Respiratory-Gated RapidArc with Varying Gating Window Times (호흡연동 래피드아크 치료 시 빔 조사 구간 설정에 따른 선량 변화 분석)

  • Yoon, Mee Sun;Kim, Yong-Hyeob;Jeong, Jae-Uk;Nam, Taek-Keun;Ahn, Sung-Ja;Chung, Woong-Ki;Song, Ju-Young
    • Progress in Medical Physics
    • /
    • v.26 no.2
    • /
    • pp.87-92
    • /
    • 2015
  • The gated RapidArc may produce a dosimetric error due to the stop-and-go motion of heavy gantry which can misalign the gantry restart position and reduce the accuracy of important factors in RapidArc delivery such as MLC movement and gantry speed. In this study, the effect of stop-and-go motion in gated RapidArc was analyzed with varying gating window time, which determines the total number of stop-and-go motions. Total 10 RapidArc plans for treatment of liver cancer were prepared. The RPM gating system and the moving phantom were used to set up the accurate gating window time. Two different delivery quality assurance (DQA) plans were created for each RapidArc plan. One is the portal dosimetry plan and the other is MapCHECK2 plan. The respiratory cycle was set to 4 sec and DQA plans were delivered with three different gating conditions: no gating, 1-sec gating window, and 2-sec gating window. The error between calculated dose and measured dose was evaluated based on the pass rate calculated using the gamma evaluation method with 3%/3 mm criteria. The average pass rates in the portal dosimetry plans were $98.72{\pm}0.82%$, $94.91{\pm}1.64%$, and $98.23{\pm}0.97%$ for no gating, 1-sec gating, and 2-sec gating, respectively. The average pass rates in MapCHECK2 plans were $97.80{\pm}0.91%$, $95.38{\pm}1.31%$, and $97.50{\pm}0.96%$ for no gating, 1-sec gating, and 2-sec gating, respectively. We verified that the dosimetric accuracy of gated RapidArc increases as gating window time increases and efforts should be made to increase gating window time during the RapidArc treatment process.