interruptible

  • 网络可中断;可中断的等待状态;中断的方式

interruptibleinterruptible

interruptible

可中断

青春,你慢一点。 - 李木 - 网易博客 ... *TASK_RUNNING( 运行) *TASK_INTERRUPTIBLE可中断) *TASK_UNINTERR…

可中断的等待状态

进程控制块_百度百科 ... TASK_RUNNING 可运行 TASK_INTERRUPTIBLE 可中断的等待状态 TASK_UNINTERRUPTIBLE 不 …

中断的方式

... semaphore *sem); 同上,但是采用中断的方式(interruptible),这是最为常用的使用方式,它允许用户中断一个正在等待信号 …

可唤醒阻塞态

嵌入式系统清华教材1... ... 运行态 Running 可唤醒阻塞态 Interruptible 不可唤醒阻塞态 Uninterruptible ...

1
In the case of non-interruptible flows, by default, all activities are executed within the same transaction boundary. 不可中断流的缺省情况下,所有活动都在相同的事务边界内执行。
2
Non-interruptible processes are often used in conjunction with or as a portion of interruptible processes. 非中断性流程常用于与中断性流程的联合,或者作为中断性流程的一部分。
3
Interruptible load is an important tool in demand side management, it also can be employed for congestion management. 可中断负荷作为需求侧管理的重要手段,可以有效地缓解阻塞。
4
Long-running (receive with callback) indicates an interruptible process that communicates back to the caller by invoking a callback service. Long-running(receivewithcallback)表明该流程为通过调用回叫服务与调用者通信的可中断性流程。
5
Finally, this paper analyzes the costs and benefits among participants of the interruptible electricity options contracts. 最后,分析了可中断电力期权合约各参与方的损益情况。
6
By default, the activities in an interruptible flow are executed in separate transaction boundaries. 缺省情况下,可中断流中所有操作应在相互独立的事务边界内执行。
7
Only interruptible flows support asynchronous Receive activities, making it the natural choice for asynchronous integration. 只有可中断流支持异步Receive活动,因此异步集成时,自然会选择可中断流。
8
Interruptible load management plays an important role on demand side management and on improving system reliability and economic operation. 在电力市场条件下,可中断负荷管理作为需求侧管理的一项重要内容,是提高系统可靠性和运行经济性的重要措施。
9
an evaluation model for power market system reliability and economics taking into account the interruptible forward contracts. 研究了一个结合可中断远期合同交易的电力市场系统可靠性和经济性的评价模型。
10
Interruptible load management is an important part of demand side management. 可中断负荷管理是电力需求侧管理的一项重要内容。
11
In this paper the interruptible electricity contract is led into multi-period power transmission congestion management. 将可中断电力合同引入多时段下的输电阻塞管理。
12
Lastly, some feasible research directions are concluded for interruptible load management. 最后给出了目前可中断负荷研究需要解决的问题。
13
Low price with interruptible load (ILL) has been ignored during configuration decision for reserve capacity of generation capacity till now. 在配置备用发电容量的决策中,需求侧低电价可中断负荷一直被忽视。
14
Like TASK_ INTERRUPTIBLE , except that delivering a signal to the sleeping process leaves its state unchanged. 跟TASK_INTERRUPTIBLE一样,期待一个信号的发送给这个睡着的进程,让它改变状态。
15
These distinctions influence how non-interruptible and interruptible flows are integrated with Java Message Service applications. 这些不同之处将影响不可中断流及可中断流与Java消息服务应用程序的集成。
16
Non-interruptible processes, which are single threaded, and run in a single transaction. 非中断性流程,这是单线程类型,并且在单个事务中运行。
17
All activities in a non-interruptible flow execute in a single transaction boundary. 不可中断流中的所有活动都必须在单独的事务处理范围内执行。
18
It is also possible to integrate an asynchronous service with a non-interruptible flow. 然而,使用不可中断流来集成异步服务也是有可能的。
19
Interruptible speed controlled fabric rewind. 可以停止速控卷布机
20
Non-interruptible flows are used to represent short-running processes, and they cannot receive asynchronous events. 不可中断流用于描绘短期运行的流程,它们不能接收异步事件。
21
However these processes are non-interruptible, so it prevents adding staff activities to the process. 然而,这些流程是不可中断的,所以不能向流程中添加员工活动。
22
The latter is defined as processes which are sleeping at a non- interruptible level. 后者的定义是处于非可中断级别睡眠状态的进程。
23
The pricing mechanism of Interruptible Load Management(ILM) is the hot point in recent years. 可中断负荷的定价机制问题一直是近几年的研究热点。
24
Interruptible processes, which are long running, can be suspended and resumed, and do support human interaction such as staff support. 可中断性流程,这是长期运行的类型,它可以被暂停和重新开始,并且支持人员的交互活动,例如工作人员支持。
25
A typical HIPPO business process is a long-running, interruptible business process that, on average, makes up about 10 business tasks. 典型的HIPPO业务流程会长时间不间断执行,平均包含约10个业务任务。
26
However, this requires a service adapter that can allow the non-interruptible process to use an Invoke activity to receive the reply. 此时需要服务适配器,允许不可中断流程使用Invoke活动来接收应答。
27
A microflow is a short-running operation which is not interruptible and does not persist any process state. 微流是一个短期运行的操作,它不允许被中断且不保持任何流程状态。
28
But when you're happy, you tend to be more creative and interruptible . 但如果是在快乐时,你就会变得比较有创造力,而且较能容许干扰。
29
Whenever any interrupt occurs, these threads will be woken up (wake_up_interruptible) and resume execution based on the interrupt. 不管何时中断被触发,这些线程都会被唤醒(wake_up_interruptible)并基于中断恢复执行。
30
Figure 8 shows a sample interruptible process for integrating Send and Receive services. 图8展示了将Send服务与Receive服务集成的可中断流程范例。