memory lock

  • 31замок памяти — Код в дескрипторе сегмента или страницы виртуальной памяти, используемой системой защиты памяти для ограничения доступа. [Е.С.Алексеев, А.А.Мячев. Англо русский толковый словарь по системотехнике ЭВМ. Москва 1993] Тематики информационные… …

    Справочник технического переводчика

  • 32Coleco Adam — Memory console and keyboard from the ColecoVision Expansion Module #3 version of the Coleco Adam, which converts the Colecovision into an Adam computer. The Coleco Adam is a home computer, an attempt in the early 1980s by American toy… …

    Wikipedia

  • 33Parallel computing — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing …

    Wikipedia

  • 34Test-and-set — In computer science, the test and set instruction is an instruction used to both test and (conditionally) write to a memory location as part of a single atomic (i.e. non interruptible) operation. This means setting a value, but first performing… …

    Wikipedia

  • 35Commitment ordering — In concurrency control of databases, transaction processing (transaction management), and related applications, Commitment ordering (or Commit ordering; CO; (Raz 1990, 1992, 1994, 2009)) is a class of interoperable Serializability techniques …

    Wikipedia

  • 36RDM Embedded — Infobox Software name = RDM Embedded caption = developer = Birdstep Technology, Inc latest release version = 8.1 operating system = Cross platform genre = DBMS license = Commercial license website = [http://www.raima.com/ Raima Database Manager]… …

    Wikipedia

  • 37Tandem Computers — A Tandem Computers promotional mug Tandem Computers, Inc. was the dominant manufacturer of fault tolerant computer systems for ATM networks, banks, stock exchanges, telephone switching centers, and other similar commercial transaction processing… …

    Wikipedia

  • 38Программная транзакционная память — Для улучшения этой статьи желательно?: Проверить качество перевода с иностранного языка. В компьютерных технологиях, программная транзакционная память ( …

    Википедия

  • 39Spinlock — In software engineering, a spinlock is a lock where the thread simply waits in a loop ( spins ) repeatedly checking until the lock becomes available. As the thread remains active but isn t performing a useful task, the use of such a lock is a… …

    Wikipedia

  • 40Non-blocking algorithm — In computer science, a non blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual exclusion. A non blocking algorithm is lock free if there is guaranteed system wide… …

    Wikipedia