• Another common threading model is to have a single background thread and task queue for tasks of a certain type.

    另一个常见线程模型类型任务分配一个后台线程任务队列

    youdao

  • This breaks the one thread per request model, as the thread for a request never gets freed up.

    打破每个请求使用线程模型因为用于个请求的线程一直没有被释放。

    youdao

  • Several thread pool implementations exist that will work fine with this model.

    现有几个线程实现可以好地模式一起使用。

    youdao

  • The request/response cycle lends itself to the classic one thread per connection model.

    请求/响应周期使它成为了经典模型,即每个连接使用一个线程

    youdao

  • In this case, the delegation model is a proper graph (with cycles), and so a deadlock can occur as a result of particular class relationships and thread usage.

    例中委托模型一个正确的(带有循环),所以发生可能是使用特定关系线程的结果

    youdao

  • Thus it is relatively straightforward to implement the classic one thread per connection model.

    因此实现典型每个连接一个线程的模型便非常简单。

    youdao

  • While functionally equivalent to older library code at the thread group level, the ease of use and flexibility in the new model far exceeds any time requirements to adjust code to the newer way.

    虽然线程级别上,新的代码功能与原来库代码相同,但模型中的易用性灵活性远远超出了将代码调整更新方式所需时间

    youdao

  • In this model, called Pipelining, the main thread is used to loop through the results as they are produced by the other threads.

    这个被称为“并行管道”的模型下,主线程将会另一线程产出结果同时进行循环处理。

    youdao

  • The logic for each thread follows the model of execute>wait for next period>execute>wait for next period, and so on.

    每个线程逻辑遵循执行 >等待周期 > 执行 > 等待下一周期……模式

    youdao

  • In the large memory model, the native heap starts at segment 3; segment 2 is only used for the primordial (initial) thread stack.

    内存模型中,本机分段3开始;分段2用于原始(初始)线程

    youdao

  • 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线程。

    youdao

  • Another R5 benefit is the result of the worker thread model that we are using.

    R5另一个优点就是我们正在使用的worker线程模型带来结果

    youdao

  • The model needs to include a mechanism for passing root objects to each iteration that can be used to store and retrieve objects that have a lifetime of Retain Thread Group or Retain Thread.

    模型需要包含一种机制,将对象传递用于存储检索生存期RetainThreadGroupRetain Thread对象的每个迭代

    youdao

  • In the classic servlet model, an open connection means a dedicated thread is doing nothing but waiting until it needs to update the client in response to an event.

    典型servlet模型中,打开连接意味着执行任何操作专用线程将一直等待直到在响应事件时更新客户端。

    youdao

  • Regardless of whether or not you use AsyncTask, always remember these two rules about the single thread model.

    无论是否使用asynctask要记住线程模型两个规则

    youdao

  • This enables a 1:1 threading model without limitations on the number of threads being created (since a new kernel thread is created for every user thread).

    这样就可以实现创建线程限制的1:1线程模型因为一个新的内核线程一个用户线程而创建)。

    youdao

  • At first, it may feel like the spawned thread isn't responding to the messages quickly enough, but remember, in an actors model, you don't deal with threads, per se, just message passing.

    初看上去,似乎是生成线程无法足够快地响应消息但是要记住actor模型并不处理线程处理消息传递。

    youdao

  • AWT and Swing use this model, in which there is a GUI event thread, and all work that causes changes in the user interface must execute in that thread.

    AWTSwing就使用这个模型这个模型中一个GUI事件线程导致用户界面发生变化所有工作必须线程中执行

    youdao

  • Now, in 9.5 there is uniformity in the process model of DB2 as EDUs are now thread based on Linux, UNIX, and Windows environments.

    9.5DB2进程模型得到统一,现在EDULinuxUNIXWindows环境中都是线程

    youdao

  • Each thread can then handle its event using a synchronous programming model.

    每一个线程处理事件同步程序模型

    youdao

  • The pipeline model divides up a task into a series of steps, and passes the results of one step on to the thread processing the next.

    流水线模型任务划分一系列步骤,每个线程处理结果都传给下一个线程。

    youdao

  • Methods: to make the model of cerebral ischemia and after restoration of blood flow with thread embolism, and measure the area of cerebral infarction and observe cerebral pathologic change.

    方法:采用线法引起大局灶性缺血模型缺血后进行再灌注,测定梗死面积并进行神经缺陷评分观察病理组织学改变

    youdao

  • Unfortunately, it violates the single-threaded model for the UI: the Android UI toolkit is not thread-safe and must always be manipulated on the UI thread.

    不幸的是,上面的代码违背UI线程的线程模式Android UItoolkit不是线程安全的,所以对UI的操作应该主ui线程中进行。

    youdao

  • It leverages the intelligence of a digital product or production model to create twins between the physical and digital worlds, weaving a digital thread through product and production lifecycles.

    数字化技术利用数字化产品生产模式智能创建实体虚拟世界的映射,并将一条数字主线植入产品和生产的生命周期之中。

    youdao

  • Under the new memory model, this "fix" to double-checked locking renders the idiom thread-safe.

    新的内存模型中,对双重检查锁定这个修复使 idiom 线程安全。

    youdao

  • A common thread throughout is that the Flexnerian model of medical education may now be in for changes nearly as profound as those Flexner proposed 100 years ago.

    贯穿整个讨论主线Flexnerian模型医药教育可能现在仍然为了改变现有系统,而且几乎与100多年Flexner提出这个模型时一样具有深刻意义。

    youdao

  • When your asynchronous data comes in update the model, then dispatch a block to update the UI on the main thread.

    异步数据更新模型然后派遣更新主线程UI

    youdao

  • In multiple-threaded dispatching model, the thread fetching the events from the queue launches another thread called task thread, and hand the event over to it for processing.

    多线程分发模型中,队列获取事件线程启动另一个被称作任务线程的线程,事件交给处理。

    youdao

  • With the numerical simulation of heavy-duty diesel engine to strengthen performance, a CAD assembly model of cylinder head bolt is built based on the thread.

    结合大功率柴油机性能强化数值计算考虑螺纹基础建立了气缸盖螺栓CAD装配体模型

    youdao

  • With the numerical simulation of heavy-duty diesel engine to strengthen performance, a CAD assembly model of cylinder head bolt is built based on the thread.

    结合大功率柴油机性能强化数值计算考虑螺纹基础建立了气缸盖螺栓CAD装配体模型

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定