single thread
单线程;单线螺纹;单头螺纹
2026-03-22 09:40 浏览次数 27
单线程;单线螺纹;单头螺纹
single start thread单螺纹
single-thread worms单线蜗桿
single-thread affinity熟悉的单线程亲和
single-thread hob单头螺纹滚刀
single-thread processing单线索处理
single-thread auger[机]
s single screw thread翻译
single screw thread单头螺纹
as i mentioned earlier, a single thread of tasks will be the scalability bottleneck of the system.
我之前说过,单线程的任务会成为系统可扩展性的瓶颈。
because of the single thread model described above, it「s vital to the responsiveness of your application」s ui that you do not block the ui thread.
根据对以上单线程模式的描述,要想保证程序界面的响应能力,关键是不能阻塞ui线程。
finally, the sdk notes that like other languages, the go language runtime only supports a single cpu thread; so whilst goroutines and channels are present, only a single thread will execute.
最后,sdk指出,go像其他语言一样,其运行时仅支持单一cpu线程。所以,虽然goroutines(go语言中的并行程序称为goroutines)和信道都存在,但只有一个单一线程会执行。
a single thread executes through either of these execution units.
单个线程将通过这些执行单元中的其中一个来执行。
the ibm websphere mq mdb implementation uses a single thread to dispatch incoming messages from the input queue.
ibmwebspheremqmdb实现使用单线程来分派输入队列中的传入消息。
when your app performs intensive work in response to user interaction, this single thread model can yield poor performance unless you implement your application properly.
如果应用程序在与用户交互的同时需要执行繁重的任务,单线程模式可能会导致运行性能很低下,除非应用程序的执行时机刚好很合适。
regardless of whether or not you use asynctask, always remember these two rules about the single thread model
无论您是否使用asynctask,,都要记住单线程模型的两个规则
we could have a single thread pool shared by all production lines, but any data structure that's accessed by multiple threads requires synchronizing.
可以使用一个由全部生产线共享的线程池,但任何可由多个线程共享的数据结构都需要同步。
having a single thread pool could cause significant lock contention.
使用单独一个线程池可能会导致严重的锁争用。
a single thread in a tapestry, though its color brightly shine, can never see its purpose in a pattern of the grand design.
挂毯中的一根线,就算十分光彩夺目,它也无法体会到整体设计的美感。
even when a program contains only a single thread running on a single processor, a synchronized method call is still slower than an unsynchronized method call.
即使一个程序只包括一个在单一处理器上运行的单线程,一个同步的方法调用仍要比非同步的方法调用慢。
often times they behave unintuitively because of the single thread which they are in.
通常它们的表现行为并不是那么地直观,而这是因为它们都处在一个单一线程中。
by default, all jca resources adapters are created to share a single thread pool; however, it is possible to explicitly define a different thread pool for each jca resource adapter.
缺省情况下,创建的所有jca资源适配器都共享一个线程池;不过,可以为每个jca资源适配器明确定义一个不同的线程池。
in the cics environment, you can run a cobol program in a single thread that has been compiled with the thread option, and that is part of an application that has no multiple threads or pl/i tasks.
在cics环境中,您可以在单线程中运行经过thread选项编译的cobol程序,并且它是不包含多线程或pl/i任务的应用程序的一部分。
compass: a thread safe instance used to open compass sessions for single thread usage.
compass:为单线程使用,创建线程安全的实例来打开compass seesion。
this keyword makes it extremely easy to mark sections of code or entire methods that should only be run by a single thread at a time.
这个关键字使用方便,既可以标一段代码,也可以标整个方法,表示所标区域在同一时间只能有一个进程在访问。
most programs create many temporary objects that are used within the context of a single thread but never escape to the visibility of other threads.
大多数程序所创建的临时对象都用在单独的线程上下文中,很少被其他线程所用。