DictionaryForumContacts

   English
Terms for subject Programming containing IN request | all forms | exact matches only | in specified order only
EnglishRussian
Broadcast Algorithm: A method for disseminating information or making decisions in a distributed program. For decision making, each process broadcasts requests and acknowledgements to all other processes and maintains an ordered message queue that it uses to decide when its request is the oldestАлгоритм рассылки: метод распространения информации или принятия решений в распределённой программе. Для принятия решения каждый процесс отправляет запросы и подтверждения всем остальным процессам и обслуживает упорядоченную очередь сообщений, по которой определяется наиболее давний запрос (см. "Foundations of Multithreaded, Parallel, and Distributed Programming" by Gregory R. Andrews 2000 ssn)
can be used to represent the request limit a program is capable of processing in a single sessionможно использовать для представления предельного количества запросов, которое способна обработать программа в одном сеансе (ssn)
can be used to represent the request limit a program is capable of processing in a single sessionможет использоваться для представления предельного количества запросов, которое способна обработать программа в одном сеансе (ssn)
command in the requestуказанная в запросе команда (ssn)
dynamic binding: The run-time association of a request to an object and one of its operations. In C++, only virtual functions are dynamically boundдинамическое связывание: ассоциация между запросом к объекту и одной из его операций, устанавливаемая во время выполнения. В C ++ динамически связываться могут только виртуальные функции (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
execute the command in the request and return a responseвыполняет указанную в запросе команду и возвращает ответ (о версии программы сервера на основе сокета ssn)
in response to a user requestпри поступлении запроса от пользователя (Alex_Odeychuk)
request limit a program is capable of processing in a single sessionпредельное количество запросов, которое способна обработать программа в одном сеансе (ssn)
request-inвходящий запрос (ssn)
steps in handling a client requestэтапы выполнения клиентского запроса (ssn)
steps in request-response exchange with a proxyэтапы обмена запросами и ответами при наличии прокси-сервера (ssn)
there is a mismatch between the type of object required by the requested operation and the type of object that is specified in the requestтип объекта, требуемый для запрошенной операции, не соответствует типу объекта, указанному в запросе (ssn)
type of object that is specified in the requestтип объекта, указанный в запросе (ssn)