Multi threading support was Re: [fpc-devel] Russianlocale information not compatible withFPClocale variables
Boian Mitov
mitov at mitov.com
Thu Jul 31 12:25:00 CEST 2008
Funny thing, we went trough the same evolution with our libraries over the
years :-D . We used to have a single lock for each connection chain. Now we
have individual locks for each component and each OpenWire pin, and it works
much better and faster.
With best regards,
Boian Mitov
--------------------------------------------------------------------
Mitov Software
http://www.mitov.com
--------------------------------------------------------------------
----- Original Message -----
From: "Florian Klaempfl" <florian at freepascal.org>
To: "FPC developers' list" <fpc-devel at lists.freepascal.org>
Sent: Thursday, July 31, 2008 3:23 AM
Subject: Re: Multi threading support was Re: [fpc-devel] Russianlocale
information not compatible withFPClocale variables
> Come one, it's not that hard to understand :): synchronized might allow
> the same way of working: first, you work with big locks, later to add more
> fine granulated ones.
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
More information about the fpc-devel
mailing list