[fpc-devel] Lazarus Apache module crashes during concurrent requests
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Sep 24 12:57:54 CEST 2008
On 24 Sep 2008, at 12:35, Michael Van Canneyt wrote:
> This is a known problem; the heap manager does not function
> correctly in a
> DLL when an external program (apache, in this case) creates new
> threads.
The heap manager is simply not thread safe until the FPC threading
system has been initialised (by starting a thread).
Jonas
More information about the fpc-devel
mailing list