RTC Forums

Subscription => Support => Topic started by: ISIGest on October 01, 2013, 03:49:28 PM



Title: HyperThreading? What is this?
Post by: ISIGest on October 01, 2013, 03:49:28 PM
Hi, Danijel, can you explain me what is the flag "HyperThreading" and when we must use it?


Title: Re: HyperThreading? What is this?
Post by: D.Tkalcec (RTC) on October 01, 2013, 04:26:11 PM
You need to set HyperThreading to TRUE if you want to use the same component from multiple threads. In that case, a separate instance of the "Data" object will be created for each thread. When HyperThreading is set to FALSE, "Data" always points to the same instance, so it can not be used from more than one thread at a time.

Best Regards,
Danijel Tkalcec