Jump to content

Process two entities in a server at the same time


ALE
 Share

Recommended Posts

Hi All,

is there a way to make the server waiting for two (or any defined number) entities to begin the processing? I would like the server to begin processing only when two entities has arrived. Then the two entities leaves the server at the same time, and other two begin being processed.

Can I do it without defining a process?

Link to comment
Share on other sites

People often miss the fact that a Combiner is basically just a Server with some extra combining logic. It sounds like that is exactly what you need here. Replace your Server with a Combiner, then immediately follow your Combiner with a Separator to restore the entities to their individual members.

Link to comment
Share on other sites

×
×
  • Create New...