欢迎光临
我们一直在努力

shark工作流文档翻译活动–shark(2)-JSP教程,资料/其它

建站超值云服务器,限时71元/月

设置”engineename”参数

你能够通过编辑”enginename”属性设置shark实例的名称。这里是配置文件中的一个片断,主要是将这个属性的配置的。

######################### name

# the name of shark instance – if shark is used in several vms, this property

# must be different for each of them

enginename=shark

如果shark在同一个数据库多个虚拟机上运行,每一个shark实例必须在这个属性上有不同的设置。这一点是很重要的,因为当一个进程别一个线程使用的时候,他不能同时在被其他线程所使用。甚至别的线程在不同的虚拟机上也不行。而进程所定功能是建立在shark实例名称和进程id上的。

在不满意分裂条件的情况下设置核心行为

你能够设置shark的工作方式,让shark在活动完成并且所有的活动外部转换条件都不满足的情况下、进程无处可去的时候如何活动。当然,这个参数还有活动在最后一个转换下的意思

下面是这个参数设置的一个片断:

######################### kernel setting for unsatisfied split conditions

# there can be a cases when some activity that has outgoing transitions other

# then to itself (other then circular one), has nowhere to go based on

    # calculation of these conditions (all of the conditions are evaluated to false)

# in that case, the process could hang (it will not go anywhere, and it will

# also not finish), finish (if there is no other active activities), or

# the last transaction that finishes the activity will be rolled back.

# this settings apply to the block activitys activities also, but the difference

# is that if you set parameter to finish_if_possible, shark will actually

#ninish block activity if possible

#the possible values for the entry are ignore,finish_if_possble and rollback


# and default kernel behaviour is finish_if_possible


#sharkkernel.unsatisfiedsplitconditionshandling=finish_if_possible


在描述中有三种处理方式,默认的方式是结束进程


设置核心行为,在引擎启动时实现分配重新评估


当shark初始化时由核心重新评估分配是可能的。他可以通过改变下面的属性来完成:


#assignments.initialreevaluation=false


如果你将这个属性设置为true,所有的没被接受的分配将得到重新评估(old ones will be deleted, and new ones will be created based on current mappings, current state of user/group information and current implementation of assignmentmanager class)


默认条件下,这个核心设置为,不使用分配重新评估

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » shark工作流文档翻译活动–shark(2)-JSP教程,资料/其它
分享到: 更多 (0)