Hello John, all,

We (Diego Moreno and me) have found some _performance_ issues when launching
a workflow. We need to initialize a significant number (20-40) of
fields/variables at the beginning before giving the first <participant> tag.
However, if we query immediately the engine about which participant has the
turn, as the engine is still loading the fields/variables, we get no valid
response. The 'workaround' is to introduce a delay (sleep) before asking the
engine for the participant, which is not very desirable, as the numbers
show:

Initialize 40 fields    -       sleep 10s       -       OK
Initialize 40 fields    -       sleep 15s       -       OK
Initialize 40 variables -       sleep 15s       -       fail

The conclusion we get is that it is very time consuming to initialize a lot
of fields, and that using variables is even worse, and we were wondering if
there is any way to improve that (e.g. loading a lot of fields at once). Can
you help us?

Thanks for your help, and best regards,

Emilio


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ruote (OpenWFEru) users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to