Project

General

Profile

Actions

Bug #1123

open

The DOM tree in EML parser probably cause memory issue

Added by Jing Tao about 21 years ago. Updated about 18 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
metacat
Target version:
Start date:
07/29/2003
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
1123

Description

This bug may be considered as an EML module bug.
Currently, EML parser (it will check validation about reference id in EML2) is
implemented by DOM tree. So if EML2 document is huge (has lots of inline data),
the DOM tree will be huge too and probably out of memory and swap.
So we need to reimplement the parser by SAX parser. This will avoid this issue.
MetaCat reuses the EML parser code, so this is a issue to Metacat too.

Actions

Also available in: Atom PDF