Enterprise Bridge uses powerful execution engine, which allows for unlimited concurrency of data transformation tasks. While powerful in principle, this concurrency is limited, however, by performance of your servers, which serve as a source or a target for your data. If you start multiple tasks, which will simultaneously access one server, tasks will not run faster but might be even slower, when combined together, than just one task. It may happen because multiple tasks will compete for the resources of one and the same server. Therefore, you must carefully estimate performance of your servers and review architecture of your data streams before you will decide for an optimal level of concurrency.