Thread syncronization

Hi everybody,

I am evaluating the Hydra product and need to know whether or not to worry about threading and synchronization. We are trying to port several large project from Delphi 2007 to Visual Studio 2013 VB.Net. None of our code in Delphi was purposely coded for background tasks and we have no plans on using that in Visual Studio while we are in the process of porting and accessing functionality from the Delphi side.

Do I need to worry about synchronizing threats?

TIA

Bernhard

Hello

Hydra by itself doesn’t spawn any threads or background tasks, so there is no need to worry about that.

Regards