DictionaryForumContacts

   English
Terms for subject Programming containing wait to wait | 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)
if a higher-priority process requests execution, it has to wait until the running process finishesесли более высокоприоритетный процесс обращается с запросом на выполнение, он должен дождаться завершения текущего процесса (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
Locking the resource causes any other task that wishes to use the resource to wait until the resource has been unlocked, making it available againБлокирование ресурсов заставляет другие задачи, которые желают воспользоваться этими ресурсами, ожидать до тех пор, пока они не будут разблокированы и снова станут доступными (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
operation to manage the wait-queueоперация управления очередью ожидания (Alex_Odeychuk)
queueing phenomena, arising when an object has to wait for service from a currently busy serverявления, связанные с очередями, возникающие тогда, когда объекту приходится ждать обслуживания от занятого в данный момент исполнителя (ssn)
the time to request data from a monitor task and wait for the response is assumed to be small compared to the total execution timeВремя запроса данных у монитора и ожидания ответа предполагается малым по сравнению с общим временем выполнения (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999)
time to request data from a monitor task and wait for the responseвремя запроса данных у монитора и ожидания ответа (agrabo)
treat the message as lost and wait for the next cycle to receive the next valueобращение с сообщением как с потерянным и ожидание следующего цикла, чтобы получить следующее значение (ssn)
wait for all other participants to reach the barrierждать пока все остальные участники достигнут барьера (Alex_Odeychuk)
wait for that date to come aroundожидать наступления установленной даты (ssn)
wait for the next cycle to receive the next valueожидание следующего цикла, чтобы получить следующее значение (ssn)
we assume that the outside world will deposit a token in the place corresponding to an input symbol and then wait for a token to appear in a place corresponding to an output symbol which will then be removedмы допускаем, что из внешнего мира помещается фишка в позицию, соответствующую входному символу, а затем фишка, появившаяся в позиции, соответствующей выходному символу, удаляется оттуда