[fpc-pascal] XML parser

Sven Barth pascaldragon at googlemail.com
Sun Apr 8 15:59:03 CEST 2012


Am 06.04.2012 08:38 schrieb "Juha Manninen" <juha.manninen62 at gmail.com>:
> Now I am looking for a proper XML parser for Delphi, for big XML files.
> The default Delphi parser, using MS DOM, chokes badly. 4 GB memory is not
enough for it.

You know that on Windows for 32-bit processes the memory limit is 2GB? The
remaining part of the address space is used by the OS (Note: the usable
space can be extended to 3GB by setting a flag in the executable and
starting Windows using a certain switch).

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120408/07f7eb83/attachment.html>


More information about the fpc-pascal mailing list