interruptible

可中断
常用释义
adj. [计] 可中断的

扩展信息

可中断
青春,你慢一点。 - 李木 - 网易博客 ... *TASK_RUNNING( 运行) *TASK_INTERRUPTIBLE可中断) *TASK_UNINTERR…
可中断的等待状态
进程控制块_百度百科 ... TASK_RUNNING 可运行 TASK_INTERRUPTIBLE 可中断的等待状态 TASK_UNINTERRUPTIBLE 不 …
中断的方式
... semaphore *sem); 同上,但是采用中断的方式(interruptible),这是最为常用的使用方式,它允许用户中断一个正在等待信号 …
可唤醒阻塞态
嵌入式系统清华教材1... ... 运行态 Running 可唤醒阻塞态 Interruptible 不可唤醒阻塞态 Uninterruptible ...

例句

In the case of non-interruptible flows, by default, all activities are executed within the same transaction boundary.

不可中断流的缺省情况下,所有活动都在相同的事务边界内执行。

非中断性流程常用于与中断性流程的联合,或者作为中断性流程的一部分。

可中断负荷作为需求侧管理的重要手段,可以有效地缓解阻塞。

Long-running(receivewithcallback)表明该流程为通过调用回叫服务与调用者通信的可中断性流程。

最后,分析了可中断电力期权合约各参与方的损益情况。

缺省情况下,可中断流中所有操作应在相互独立的事务边界内执行。

只有可中断流支持异步Receive活动,因此异步集成时,自然会选择可中断流。

在电力市场条件下,可中断负荷管理作为需求侧管理的一项重要内容,是提高系统可靠性和运行经济性的重要措施。

研究了一个结合可中断远期合同交易的电力市场系统可靠性和经济性的评价模型。

可中断负荷管理是电力需求侧管理的一项重要内容。

将可中断电力合同引入多时段下的输电阻塞管理。

Lastly, some feasible research directions are concluded for interruptible load management.

最后给出了目前可中断负荷研究需要解决的问题。

在配置备用发电容量的决策中,需求侧低电价可中断负荷一直被忽视。

Like TASK_ INTERRUPTIBLE , except that delivering a signal to the sleeping process leaves its state unchanged.

跟TASK_INTERRUPTIBLE一样,期待一个信号的发送给这个睡着的进程,让它改变状态。

These distinctions influence how non-interruptible and interruptible flows are integrated with Java Message Service applications.

这些不同之处将影响不可中断流及可中断流与Java消息服务应用程序的集成。

非中断性流程,这是单线程类型,并且在单个事务中运行。

All activities in a non-interruptible flow execute in a single transaction boundary.

不可中断流中的所有活动都必须在单独的事务处理范围内执行。

It is also possible to integrate an asynchronous service with a non-interruptible flow.

然而,使用不可中断流来集成异步服务也是有可能的。

Interruptible speed controlled fabric rewind.

可以停止速控卷布机

Non-interruptible flows are used to represent short-running processes, and they cannot receive asynchronous events.

不可中断流用于描绘短期运行的流程,它们不能接收异步事件。

However these processes are non-interruptible, so it prevents adding staff activities to the process.

然而,这些流程是不可中断的,所以不能向流程中添加员工活动。

后者的定义是处于非可中断级别睡眠状态的进程。

The pricing mechanism of Interruptible Load Management(ILM) is the hot point in recent years.

可中断负荷的定价机制问题一直是近几年的研究热点。

可中断性流程,这是长期运行的类型,它可以被暂停和重新开始,并且支持人员的交互活动,例如工作人员支持。

A typical HIPPO business process is a long-running, interruptible business process that, on average, makes up about 10 business tasks.

典型的HIPPO业务流程会长时间不间断执行,平均包含约10个业务任务。

However, this requires a service adapter that can allow the non-interruptible process to use an Invoke activity to receive the reply.

此时需要服务适配器,允许不可中断流程使用Invoke活动来接收应答。

微流是一个短期运行的操作,它不允许被中断且不保持任何流程状态。

But when you're happy, you tend to be more creative and interruptible .

但如果是在快乐时,你就会变得比较有创造力,而且较能容许干扰。

Whenever any interrupt occurs, these threads will be woken up (wake_up_interruptible) and resume execution based on the interrupt.

不管何时中断被触发,这些线程都会被唤醒(wake_up_interruptible)并基于中断恢复执行。

图8展示了将Send服务与Receive服务集成的可中断流程范例。