On Monday 12 May 2014 09:37:25 Michael Schnell wrote:
> On 05/11/2014 08:06 AM, Martin Schreiber wrote:
> > Hi,
> > Because of the big overhead by locked refcount operations and memory
> > barriers long strings and dynamic arrays are not thread safe, even
> > reading needs serializing if the data will be accessed from several
> > threads.
>
> In exactly what environment is this true ?
>
The overhead? Every operation which inc/dec's ref count, for example
"
 stringvar:= stringexpression;
 procedurecal(stringparameter);
 ...
"
AFAIK memory barriers are extremely "evil".

Martin

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to