Hi,

Is it possible to have a multi-threaded console application?  For
example I have a console application that does logging to a file. The
file logging is handled in a thread that does caching and contention
handling. This works fine for GUI based applications, but what about
Console based applications?

The reason I ask, is because I can't see CheckSynchronize() being
called anywhere in TCustomApplication descendants like what Lazarus
(console app project) creates?

So how does this work with TThread based threads and console apps?


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to