Subject | English | Russian |
progr. | A sequential application is a sequential program that consists of passive objects and has only one thread of control. When an object invokes an operation in another object, control is passed from the calling operation to the called operation. When the called operation finishes executing, control is passed back to the calling operation. In a sequential application, only synchronous message communication procedure call or method invocation is support | Последовательное приложение это последовательная программа, которая состоит из пассивных объектов и имеет только один поток управления. Когда один объект вызывает операцию другого объекта, управление передаётся от вызвавшей операции к вызванной. После того как вызванная операция завершает выполнение, управление возвращается вызвавшей операции. В последовательном приложении существует только синхронная передача сообщений вызов процедуры или метода (см. Software Modeling and Design by Hassan Gomaa 2011 ssn) |
progr. | object running in another thread | объект, выполняющийся в другом потоке (oracle.com Alex_Odeychuk) |
progr. | objects on threads and threads in objects | объекты в потоках и потоки в объектах (см. A Practical Guide to Testing Object-Oriented Software by John D. McGregor, David A. Sykes 2001 ssn) |
comp., MS | thread that is waiting for notification of a change in the object's state | поток, ожидающий уведомления об изменении состояния объекта (Alex_Odeychuk) |
progr. | threads in objects | потоки в объектах (ssn) |