DictionaryForumContacts

   English
Terms for subject Programming containing and a concurrent | all forms
EnglishRussian
asynchronous message communication: A form of communication in which a concurrent producer component or task sends a message to a concurrent consumer component or task and does not wait for a response. The message queue could potentially build up between the concurrent components or tasksасинхронный обмен сообщениями: вид межзадачной коммуникации, при котором задача-производитель посылает сообщение задаче-потребителю и не дожидается ответа. Между двумя задачами может существовать очередь сообщений (см. Software Modeling and Design by Hassan Gomaa, а тж. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn)
Concurrent Object Modeling and Architectural Design Method COMET: A software design method for concurrent, distributed, and real-time applicationsметод архитектурного проектирования и моделирования параллельных объектов метод COMET: метод проектирования программного обеспечения параллельных и распределённых приложений, а также приложений реального времени (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn)
task architecture: A description of the concurrent objects in a system or subsystem in terms of their interfaces and interconnectionsархитектура задач: описание параллельных задач в системе или подсистеме в терминах их интерфейсов и способов взаимодействия (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn)