Performance with DTS (Document Transformation Services)
August 2, 2007 Leave a comment
Anybody who worked with Documentum’s DTS know that it comes with variety of issues. One of the challenging ones I had to face was to do with performance. Here are some pointers that I learnt from this process:
DTS is multi-threaded:
Its exciting to know that DTS is multi-threaded and that it can take advantage of a dual CPU Servers. But listen to this – threading is limited by the plug-in and/or application being used to perform the transformation. If there are 2 documents being processed by DTS and they both use the same plug-in or application, then the processing is *serial*. If they use different plug-ins and applications, then the processing is concurrent. With MS format documents dominating in numbers in most organizations, multi-threading is not truly used.