OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Q: process priority?


Since we are dealing with an execution language, the question of runtime 
priority comes to mind.  One could imagine an additional process property.  
While there may be other methods, this could explicitly be expressed as an 
additional binary attribute to the process element followed, conditionally, 
by a new element.

a)
<process  name="ncname" targetNamespace="uri"
	queryLanguage="anyURI"?
	.
	.
	prioritize="yes|no"?/>

b)
<priority name="ncname"
	priorityNumber="anynumber"
	PriorityNumberBase="anynumber"/>

NOTE:  PriorityNumberBase reflects the devisor for PriorityNumber.  
Alternatively, one could replace the two by a single floating-point 
fraction.


What does the group think?

Thanks,
Sid.




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]