- software lock-in
- программная замкнутость, программная обособленность (в отличие от программной совместимости)
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
Lock-Keeper — is a high level security solution based on the simple Physical Separation idea. It is a hardware based device and works like a sluice to provide secure data exchange between the physically separated networks. Based on the simple principle that… … Wikipedia
Lock On — Entwickler Eagle Dynamics Publisher … Deutsch Wikipedia
Software as a service — (SaaS, typically pronounced sass ) is a model of software deployment where an application is hosted as a service provided to customers across the Internet. By eliminating the need to install and run the application on the customer s own computer … Wikipedia
Software transactional memory — In computer science, software transactional memory (STM) is a concurrency control mechanism analogous to database transactions for controlling access to shared memory in concurrent computing. It is an alternative to lock based synchronization. A… … Wikipedia
Software design pattern — In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern is not a finished design that can be transformed directly into code. It is a… … Wikipedia
Lock (computer science) — In computer science, a lock is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. Locks are one way of enforcing concurrency control policies. Contents 1 Types 2… … Wikipedia
Lock-free and wait-free algorithms — In contrast to algorithms that protect access to shared data with locks, lock free and wait free algorithms are specially designed to allow multiple threads to read and write shared data concurrently without corrupting it. Lock free refers to the … Wikipedia
Software protection dongle — This article is about the software protection devices. Dongle can also refer to, e.g., serial ports, USB flash drives, wireless networking devices, USB Mobile broadband modems. Daisy chained parallel port copy protection dongles. A software… … Wikipedia
Lock-in-Effekt — In den Wirtschaftswissenschaften werden als Lock in Effekt (von to lock in: einschließen, einsperren) Kosten bezeichnet, die eine Änderung der aktuellen Situation aufgrund hoher Wechselkosten unwirtschaftlich machen. Die Höhe der Wechselkosten… … Deutsch Wikipedia
Software agent — In computer science, a software agent is a piece of software that acts for a user or other program in a relationship of agency, which derives from the Latin agere (to do): an agreement to act on one s behalf. Such action on behalf of implies the… … Wikipedia
Lock (database) — A lock is used when multiple users need to access a database concurrently. This prevents data from being corrupted or invalidated when multiple users try to write to the database. Any single user can only modify those database records (that is,… … Wikipedia