PDA

View Full Version : Question about trigger processing mode


fortune_maker
04-14-2006, 02:36
Hi,

We're using IS 6.1.

when there is one flow service and some of triggers - processing mode property is set to serial mode - call this service
concurrently, is the service run concurrently or by serial?

can anyone tell me for this?

Thank you!!

griffima
04-14-2006, 06:48
Each trigger handles its own invocation, so they would run in parallel. Each individual trigger would run in serial. I not sure why you would do that from a architecture standpoint. Wouldn't it be better to separate your subscription services by subscription document?