Tune Advise...

1.Move your message transformations to the ports

This minimizes the number of message copies created in your orchestration.

2.Avoid using XmlDoc object in your orchestration and using distinguished feilds on a message.

3.Move data validation to the pipeline or schema

4.Avoid using orchestration for routing

5.Avoid calls to external assembliers that perform extensive processing.

6.Do not wrap calls to .NET objects in atomic transactions because they are nonserializable.

7.Use Parallel shapes carefully.

8.Differentiate between scopes and transactions.

9.use pass-through pipelines where possible

10.Clean up suspended messages.

你可能感兴趣的:(vi)