[Lazarus] Multi-threading support in IDE

Martin Schreiber fpmse at bluewin.ch
Fri Aug 14 13:02:12 CEST 2009


On Friday 14 August 2009 11:39:29 Martin wrote:
>
> How much benefit would a build in or preloaded fpc inside Lazarus be?
> Most Operating System cache disk access. So once you used, it is in
> memory, never mind if that memory belongs to lazarus, or the OS.
>
> Of course another thread would solve issues with unresponsiveness. But
> that could be done by having another thread, that runs the external
> process.

So does MSEide with the compile and the search in files function. The checking 
of the compiler output and the file search run in separate threads, so MSEide 
is fully functional while compiling or searching.

Martin




More information about the Lazarus mailing list