[fpc-pascal]Multi threading under win32

Carlo Kok ck at carlo-kok.com
Sat Sep 1 21:36:51 CEST 2001


----- Original Message -----
From: "Benno J. Mengis" <mebso at gmx.ch>
To: <fpc-pascal at lists.freepascal.org>
Sent: Saturday, September 01, 2001 8:28 PM
Subject: [fpc-pascal]Multi threading under win32


> 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)

> Any help will be appreciated
> Benno J. Mengis
>
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>





More information about the fpc-pascal mailing list