[fpc-pascal]Multi threading under win32

Marco van de Voort marcov at stack.nl
Sun Sep 2 23:04:31 CEST 2001


> > Hello everybody
> > i am trying to implement a winsocket server under win2k. Is fpc 1.0.4 in
> > general not supporting multithreading or can i use it, if i am not using
> > file I/O, memory handling etc. In other words, which parts of the rtl
> should
> > not be used in a multithreading application?
> 
> How are you not going to use the memory manager? You need it for almost
> everything (classes, getmem, new, freemem, dispose)

Only use the mem manager and do construction of classes in one thread.





More information about the fpc-pascal mailing list