What is the translation of " MULTIPROCESSING " in Chinese? S

multiprocessing
多处理
多进程

Examples of using Multiprocessing in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
JavaScript does not have any multithreading or multiprocessing capabilities.
JavaScript没有任何多线程多进程或能力。
Multiprocessing is the use of two or more CPUs in a single computer system.
多处理是在单个计算机系统中使用两个或更多个CPU单元。
Also, as we mentioned in the first section about threading, the multiprocessing.
另外,和我们在第一节中提到的线程一样,multiprocessing.
Symmetric multiprocessing Temporal multithreading Hardware scout.
Symmetricmultiprocessing时间多线程Hardwarescout.
That's not surprising,as I/O-bound problems are not really why multiprocessing exists.
这并不奇怪,因为I/O绑定问题并不是多处理存在的真正原因。
Multiprocessing is an alternative, but not as scalable and has significant shortcomings.
多重处理是一种替代方法,但扩展性欠佳,并存在诸多缺点。
It works in perfect harmony with parallelization mechanism such as multiprocessing and SCOOP.
它与并行机制(例如多处理和SCOOP)完美协调。
Oftentimes, multiprocessing applications need to share resources, such as shared memory or shared devices.
多进程应用程序有时需要共享一些资源,比如共享内存或设备。
It works in perfect harmony with parallelization mechanism such as multiprocessing and SCOOP.
它与并行机制(例如multiprocessing和SCOOP)能完美协调。
Dummy replicates the API of multiprocessing but is no more than a wrapper around the threading module.
Dummy复制了multiprocessing的API,不过是在threading模块之上包装了一层。
It is implemented as a list whichis already provided by the corresponding class from the multiprocessing module.
它被实现为已经由来自multiprocessing模块的相应类提供的列表。
Multiprocessing is a package that supports spawning processes using an API similar to the threading module.
Multiprocessing是一个用于产生进程的包,具有与threading模块相似API。
Compared with many platforms,Solaris also provides the best multi-processing(multiprocessing) performance.
与众多平台相比,Solaris还能提供最佳的多重处理(multiprocessing)性能。
Due to this, the multiprocessing module allows the programmer to fully leverage multiple processors on a given machine.
因此,multiprocessing模块允许程序员充分利用机器上的多核。
Multiprocessor support- also called“symmetric multiprocessing” or SMP- is available for this architecture.
多处理器支持-又称“symmetricmultiprocessing”或SMP-在本体系架构下可以使用。
Multiprocessing to have all the tensors sent through the queues or shared via other mechanisms, moved to shared memory.
Multiprocessing就可以将所有张量通过队列发送,或通过其它机制共享,移动到共享内存.
When it comes to communicating between processes, the multiprocessing modules has two primary methods: Queues and Pipes.
如果想让两个进程通信,multiprocessing模块提供了两个主要方法:Queues和Pipes。
Unfortunately the multiprocessing module is severely limited in its ability to handle the requirements of modern applications.
遗憾的是,多进程模块在处理现代应用程序的要求方面存在严重的短板。
Also, by only calling request handlers synchronously, the reactor pattern limits maximum concurrency,especially on symmetric multiprocessing hardware.
此外,因为请求处理器只会被同步调用,因此会限制反应器模式的最大并发数,特别是在对称多处理硬件。
The output demonstrates that the multiprocessing module assigns a number to each process as a part of its name by default.
输出显示,multiprocessing模块默认为每一个进程的名字指派了一个数字。
For ideas and inspiration, see the PyCon talk John Reese-Thinking Outside the GIL with AsyncIO and Multiprocessing- PyCon 2018.
你可以通过Python大会上的演讲JohnReese-ThinkingOutsidetheGILwithAsyncIOandMultiprocessing-PyCon2018来了解更多的想法.
Multiprocessing to have all the tensors sent through the queues or shared via other mechanisms, moved to shared memory.
Multiprocessing使得所有的tensors通过队列发送或者使用其它共享机制,移动到共享内存.
These queue objects come from either the threading or multiprocessing module depending on which executor implementation you are using.
这些队列对象从threading或者multiprocessing模块中而来,具体是哪个取决于你所使用的executor的实现方式。
The multiprocessing package offers both local and remote concurrency, effectively side-stepping the Global Interpreter Lock by using subprocesses instead of threads.
Multiprocessing包同时提供本地和远程并发,使用子进程代替线程,有效避免GlobalInterpreterLock带来的影响。
On one end of the spectrum, we have tools like OpenMPI,Python multiprocessing, and ZeroMQ, which provide low-level primitives for sending and receiving messages.
一方面,OpenMPI、Python多进程和ZeroMQ等工具提供了用于发送和接收消息的低级原语。
In python, the multiprocessing module is used to run independent parallel processes by using subprocesses(instead of threads).
在Python语言中,multiprocessing模块通过使用子进程(而不是线程)来运行独立的并行进程。
SBCs have been built around various internalprocessing structures including the Intel architecture, multiprocessing architectures, and lower power processing systems like RISC and SPARC.
SBCS已经建立在各种内部处理结构上,包括英特尔体系结构、多处理体系结构和低功耗处理系统,如RISC和SPARC。
Unlike the previous approaches, the multiprocessing version of the code takes full advantage of the multiple CPUs that your cool, new computer has.
与前面的方法不同,多处理器版本的代码充分利用了新计算机的多个CPU。
As you have seen before both the multiprocessing and the subprocess module let's you dive into that topic easily.
正如在multiprocessing和subprocess模块之前看到的那样,可以让你很轻松的对该主题有很深入的了解。
In this introduction to Python's multiprocessing module, we will see how we can spawn multiple subprocesses to avoid some of the GIL's disadvantages.
在这篇介绍Pythonmultiprocess模块的文章里,我们将学会怎样使用多个子进程来避免GIL的一些缺点.
Results: 32, Time: 0.0439
S

Synonyms for Multiprocessing

Top dictionary queries

English - Chinese