Say, I have a workflow that has a number of steps, a few of them being
concurrent. Some of these steps/participants talk to third party
products and the communication is asynchronous. They look at a
database field to check the status of those tasks as to whether or not
they finished and then move on. I notice that each of these parallel
steps takes up 1 dedicated database connection. So, if I had 5
concurrent steps, it takes up 5 db connections per request. This seems
to be a bit ridiculous and more importantly, I am running into the
"ran out of connections" error. Any thoughts? Is this the expected
behavior?
--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to