On 12/11/06, Matt Emson <[EMAIL PROTECTED]> wrote:
The problem with using singletons in this way is that they're not [very]
thread safe. You end up needing a locking mechanism that gets tiring very

gINI and gLog are thread safe and well tested.  Both use a caching
system that buffers the entries in memory and writes out the data when
the system is idle or the applications quits.  This is very important
for the gLog.  The reason being, logging Visitor activity creates huge
log files and would normally slow the system down if the caching
system was not used.


--
Graeme Geldenhuys

There's no place like S34° 03.168'  E018° 49.342'
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to