[fpc-devel] Suggestion: reference counted objects
Boian Mitov
mitov at mitov.com
Sun Sep 21 18:21:14 CEST 2014
Hans,
There is no such problem. We run many hundreds of threads sharing and
passing interface data for 11 years already, and in the last 2 years doing
it with Anonymous methods as well.
I can assure you it works 100%. There is no problem.
And since we are component vendor, it also works for all of our customers as
well. So far there has not been a single bug report on anything like this.
With best regards,
Boian Mitov
-------------------------------------------------------
Mitov Software
www.mitov.com
-------------------------------------------------------
-----Original Message-----
From: Hans-Peter Diettrich
Sent: Saturday, September 20, 2014 10:22 PM
To: FPC developers' list
Subject: Re: [fpc-devel] Suggestion: reference counted objects
The problem arises when an object is destroyed, or even elected for
destruction in _Release, while another thread starts using the same
instance.
More information about the fpc-devel
mailing list