DictionaryForumContacts

   English
Terms for subject Programming containing process-thread | all forms | in specified order only
EnglishRussian
A thread is a lighter burden on the operating system to create, maintain, and manage because very little information is associated with a thread. This lighter burden suggests that a thread has less overhead compared to a processЗатраты вычислительных ресурсов, связанные с созданием потока, его поддержкой и управлением, у операционной системы значительно ниже по сравнению с аналогичными затратами для процессов, поскольку объём информации отдельного потока гораздо меньше, чем у процесса (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
A thread is a stream of executable code within a UNIX or Linux process that has the ability to be scheduledпод потоком подразумевается часть выполняемого кода в UNIX– или Linux–процессе, которая может быть регламентирована определённым образом (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003)
A thread is a stream of executable code within a UNIX or Linux process that has the ability to be scheduledпод потоком подразумевается часть выполняемого кода в UNIX– или Linux–процессе, которая может быть регламентирована определённым образом (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003)
agent-driven threads and processesагентно-управляемые потоки и процессы (ssn)
All processes have a main or primary threadкаждый процесс имеет основной, или первичный, поток (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
by a task, thread or process notionна уровне задач, потоков, процессов (корпорации AdaCore; контекстуальный перевод на русс. язык Alex_Odeychuk)
concurrently executing processes or threadsпараллельно выполняемые процессы или потоки (ssn)
control system design with a single process and single threadпроект системы управления с единственным процессом и единственным потоком (ssn)
effective process-thread designэффективный проект процессов-потоков (ssn)
execution thread started by the processпоток выполнения, запущенный процессом (microsoft.com Alex_Odeychuk)
maximum number of threads per processмаксимальное количество потоков на процесс (ssn)
memory shared between threads and processesпамять, разделяемая между потоками и процессами (ssn)
mutex semaphore used by threads and processesмьютексный семафор, используемый потоками и процессами (ssn)
process and threadпроцесс и поток (ssn)
process and thread fundamentalsосновные понятия о процессах и потоках (ssn)
processes and threadsпроцессы и потоки (ssn)
process-thread designпроект процессов-потоков (ssn)
research on processes and threadsисследования, посвящённые процессам и потокам (ssn)
scheduling policy in effect for that thread or processстратегия планирования, действующая для данного потока или процесса (ssn)
thread and process managementуправление потоками и процессами (ssn)
thread lightweight process within a heavyweight processпоток облёгченного процесса внутри тяжеловесного процесса (Alex_Odeychuk)
thread local storage within a processлокальные области хранения потоков в контексте процесса (ssn)
thread that lives in a different processпоток из другого процесса (hazelcast.com Alex_Odeychuk)
threads and processesпроцессы и потоки (ssn)
threads and processes synchronize access to shared modifiable memoryсинхронизация доступа процессов и потоков к разделяемой модифицируемой памяти (ssn)
threads in a single processпотоки в одном процессе (ssn)
threads of multiple processesпотоки нескольких процессов (ssn)
we deploy agent-driven threads and processes to facilitate thread and process managementдля того чтобы упростить управление потоками и процессами, мы используем агентно-управляемые потоки и процессы (ssn)
yet another option is a scheme in which the arrival of a message causes a new thread to be created spontaneously in the receiving process' address space. Such a thread is called a pop-up threadещё один вариант заключается в схеме, при которой поступающее сообщение самопроизвольно порождает новый поток в адресном пространстве процесса – получателя сообщения. Он называется всплывающим потоком (см. Modern Operating Systems Third ed. by Tanenbaum A.S. 2009)