Search In this Thesis
   Search In this Thesis  
العنوان
Enhancing concurrent transactions processing mechanisms /
الناشر
Nariman Adel Hussein Naser ,
المؤلف
Nariman Adel Hussein Naser
تاريخ النشر
2014
عدد الصفحات
80 Leaves :
الفهرس
Only 14 pages are availabe for public view

from 94

from 94

Abstract

Software transactional memory (STM) is an alternative to the traditional lock-based approach to express and manage concurrency. An effective way to reduce the number of aborts in STM is to keep multiple versions of the objects. We propose efficient object-based implementations for STM. The proposed implementations are based on using multiple versions of the objects to overcome the problem of rejecting operations that arrive late to be serialized. In this work, we propose 3 algorithms for enhancing concurrency in STM. We also propose a new approach for deleting the useless versions