Глоссарий





Новости переводов

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies

22 ноября, 2023

Proofreading of English text



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Concurrency runtime

Глоссарий ИТ-терминов
    A concurrent programming framework for c++ that simplifies parallel programming and helps developers write robust, scalable, and responsive parallel applications.




Concurrency, английский
    A process that allows multiple users to access and change shared data at the same time. the entity framework implements an optimistic concurrency model.


Concurrency conflict, английский
    Конфликт при совмещении операций


Concurrency control, английский
    Управление параллелизмом; управление параллельным выполнением


Concurrency control service, английский
    Служба управления одновременным доступом


Concurrency model, английский
    A way in which an application can be designed to account for concurrent operations that use the same cached data. windows server appfabric supports optimistic and pessimistic concurrency models.


Concurrency of operations, английский
    Параллелизм операций


Concurrency visualizer collection tools for visual studio 2013, английский
    A collection of tools designed for visual studio 2013, which significantly reduces the burden of parallel performance analysis and can help developers analyze their sequential applications to discover opportunities for parallelism.


Runtime, английский
    The engine at the core of managed code execution. the runtime supplies managed code with services such as cross-language integration, code access security, object lifetime management, and debugging and profiling support.


Runtime callable wrapper, английский
    A .net framework object that acts as a proxy for a reference-counted com object.


Runtime host, английский
    The environment, such as asp.net, internet explorer, or the windows shell, in which the common language runtime is typically started and managed. runtime hosts create application domains in which to run managed code on behalf of the user. see also application domaincpgloa, common language runtimecpgloc, managed codecpglom.


Runtime object model, английский
    An object model designed for use by bdc clients and applications that provides an intuitive, object-oriented interface that abstracts the underlying data sources. rva (oth)


Runtime type identification, английский

Concurrent, английский
  1. Одновременный; совпадающий; параллельный

  2. A way to measure the usage of software licenses. rather than limiting usage based on the number of people who are entitled to use the software, a concurrent-use license places a limit on the number of people who may do so simultaneously.


Programming, английский
  1. Программирование

  2. Constructing a program; usually in a high level language. the art of instructing computers how to store, retrieve, and process data automatically.

  3. Планирование


Responsive, английский

Race condition, английский
  1. A condition in which a feedback circuit interacts with internal circuit processes in a way that produces chaotic output behavior.

  2. A condition in which two or more threads can reach and execute a block of code, and the program outcome changes radically depending on which thread reaches the code first. a race condition is benign if all outcomes are valid. however, race conditions can be associated with synchronization errors that can result in one process interfering with another process and possibly introduce a vulnerability. frequently, a potential outcome of a race condition leaves the program in an unstable or invalid state.


Com class, английский
    A concrete implementation of one or more com interfaces. com objects are instances of com classes.