多个线程 in English translation

Examples of using 多个线程 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
在常见服务器方案中,静态状态可在各个请求之间共享,这意味着多个线程可同时执行该代码。
In common server scenarios, static state is shared across requests, which means multiple threads can execute that code at the same time.
使用多个线程池还有一个好处,就是它能帮助避免出现死锁问题。
A final benefit of multiple thread pools, is it helps avoid a form of deadlock.
一个进程可以创建一个或多个线程以执行与该进程关联的部分程序代码。
A process can create one or more thread to execute a portion of the program code associated with that process.
但是我们拥有多个线程在我们手中,奇怪的是,一个或其他的指导我们真相。
But we hold several threads in our hands, and theodds are that one or other of them guides us to the truth.
由于方法区和堆区的内存由多个线程共享,所以存储的数据不是线程安全的。
Since the Method and Heap areas share memory for multiple threads, the data stored is not thread safe.
由于方法区和堆被多个线程共享内存,因此存储的数据不是线程安全的。
Since the Method and Heap areas share memory for multiple threads, the data stored is not thread safe.
若要允许多个线程访问集合以进行读写操作,则必须实现自己的同步。
To allow the collection to be accessed by multiple threads for reading and writing, you must implement your own synchronization.
如果你知道一个方法将不会被多个线程调用,请不要使用synchronized关键字。
If you know that a method will not be called by more than one thread, don't use the synchronized keyword.
这本书有助于当代数字媒体奖学金多个线程,包括关键代码的研究,软件的研究和学习平台。
The book contributes to several threads of contemporary digital media scholarship, including critical code studies, software studies, and platform studies.
它的主要功能是完整实现PythonDBAPI2.0规范和线程安全(多个线程可以共享相同的连接)。
Its main features are the complete implementation of the Python DB API 2.0 specifications and thread safety(several threads can share the same connection).
例如,该驱动程序一次只让一个JSP页连接到数据库(它不支持多个线程并发使用)。
For example, it lets only one JSP page connect to the database at a time(it does not support concurrent use by multiple threads).
我们还发现,MicroPython的中断时间非常困难,并且一次只能运行多个线程
We have also found that MicroPython has a very hard time with interrupts and can't seem to run more than one thread at a time.
年发布的标准定义了C++程序在存在多个线程时的行为方式。
The 2011 published standard defines how a C++ program has to behave in the presence of multiple threads.
如果你有多个线程正在调用一个synchronized方法,在同一时刻只有一个线程执行它,而其他的线程将会等待。
If you have multiple threads calling a synchronized method, only one will execute them at a time while the others will remain waiting.
不同于SMT,它的来自多个线程的指令在每个周期共享问题窗口{{fact}},处理器使用循环策略在每个周期发出下一个活动线程的指令。
Unlike SMT, where instructions from multiple threads share the issue window each cycle, the processor uses a round robin policy to issue instructions from the next active thread each cycle.
这一机制为XFS提供了可伸缩性和并行特性--多个线程和进程可以同时在同一个文件系统上执行I/O操作。
This mechanism provides the system with scalability and parallel features: multiple threads and processes can perform I/O operation simultaneously in the same file system.
我们以前的消息系统经验表明,以经典方式使用多个线程(临界区,信号量等)不会带来很多性能改进。
Our previous experience with messaging systems showed that using multiple threads in a classic way(critical sections, semaphores, etc.) doesn't yield much performance improvement.
多个线程都可以执行once.
Multiple threads can execute once.
不可重入函数不能由多个线程使用。
Non-reentrant functions cannot be used by multiple threads.
多个线程可以提高应用程序的感知响应。
Multiple threads can improve an application's perceived responsiveness.
Results: 1713, Time: 0.0162

Word-for-word translation

Top dictionary queries

Chinese - English