Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Parallel.cs =================================================================== diff -u -r4052 -r4331 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Parallel.cs (.../Parallel.cs) (revision 4052) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/General/Parallel.cs (.../Parallel.cs) (revision 4331) @@ -109,13 +109,6 @@ threads.Add(thread); thread.Start(Context.CurrentContext); // Pass the current context as task context - if (i == 0) - { - // Delay was there to prevent problems with DGSMStabDam.dll initilializing muliple times after the first thread - // If this was not included, DGSMStabDam.dll crashed. So this Sleep could probably be removed now that - // DGSMStabDam.dll is no longer used. Keep it here for now, later halve it first then try without. - Thread.Sleep(1000); - } } foreach (Thread thread in threads)