Posted: Sun Aug 03, 2003 7:38 pm Post subject: Workflow Process Invocation
Newbie
Joined: 25 Jun 2003 Posts: 7 Location: India
We have designed and developed EJB based components to start workflow processes, query worklists and query workitems.
For performance sake I use only a singe Id to start any process. The ID is logged on to Workflow during Application Server startup. Thereafter any subsequent requests to start workflow processes are done using this connected ID. Will there be any performance overheads or synchronization problems in this strategy(since only one ID is being used) or is is better to use individual users ids to log on and start processes.
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
It is my opinion, that if you attempt to do this with only 1 ExecutionService object you might have problems (i.e 2 concurent uses of the same ExecutionService). I would do some thorough testing before implementation. _________________ John McDonald
RETIRED
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum