Multi Threaded Performance Problem

Please note that we have discovered a .NET Framework limitation that may cause lower throughput than expected when running a multithreaded application against a single Tamino server.

This is due to the .NET Framework using just one ServicePoint per unique domain URI. By default a ServicePoint supports just 2 permanent HTTP connections as per the HTTP specs. This behaviour may be overriden by setting ServicePointManager.DefaultPersistentConnectionLimit to a value greater than 2.

Please note that you should only need to do this if you are suffering performance problems.

Hope this helps.