Поиск по каталогу |
(строгое соответствие)
|
- Профессиональная
- Научно-популярная
- Художественная
- Публицистика
- Детская
- Искусство
- Хобби, семья, дом
- Спорт
- Путеводители
- Блокноты, тетради, открытки
Software Transactional Memory. An Alternative To Locks
В наличии
Местонахождение: Алматы | Состояние экземпляра: новый |
Бумажная
версия
версия
Автор: Ryan Ray and Utpal Ray
ISBN: 9783659256066
Год издания: 2012
Формат книги: 60×90/16 (145×215 мм)
Количество страниц: 88
Издательство: LAP LAMBERT Academic Publishing
Цена: 30784 тг
Положить в корзину
Позиции в рубрикаторе
Отрасли знаний:Код товара: 494005
Способы доставки в город Алматы * комплектация (срок до отгрузки) не более 2 рабочих дней |
Самовывоз из города Алматы (пункты самовывоза партнёра CDEK) |
Курьерская доставка CDEK из города Москва |
Доставка Почтой России из города Москва |
Аннотация: The past few years have marked the start of a historic transition from sequential to parallel computation. The necessity to write parallel programs is increasing as systems are getting more complex while processor speed increases are slowing down. Current parallel programming uses low-level programming constructs like threads and explicit synchronization mechanisms like locks to coordinate thread execution which makes the programs difficult to design, program and debug. Software Transactional Memory (STM) is a promising new approach to programming shared-memory parallel processors. It is a concurrency control mechanism that is widely considered to be easier to use by programmers than other mechanisms such as locking. It allows portions of a program to execute in isolation, without regard to other, concurrently executing tasks. A programmer can reason about the correctness of code within a transaction and need not worry about complex interactions with other, concurrently executing parts of the program. This book presents the concept of Software Transactional Memory (STM), its various advantages and limitations and the concept of writing code using STM.
Ключевые слова: Parallel Programming, Multiprocessing, locks, transactions, Transactional Memory, Software Transactional Memory
Похожие издания
Отрасли знаний: Точные науки -> Информатика и программирование Muhammad Nasir Software Transactional Memory Techniques. Principles, Design, and Implementation Trade-offs. 2013 г., 80 стр., мягкий переплет The advent of multicore processors has put the performance of traditional parallel programming techniques in question. The traditional lock-based parallel programming techniques are error prone and suffer from various problems such as deadlocks, live-locks, priority inversion etc. In the last one and half decade, a considerable amount of the... | 25692 тг |