Hi,

We are using the function DOMDocument::getElementsByTagName in our
application. We have observed that whenever this function gets called
there is an
increment in the Memory consumed by our application.

The application does the following.
- Maintains a XML for storing entries and their attributes.
- Number of entries can be any number from few hundreds to thousands.
- Every entry is identified with a unique number which forms the tagname

- While adding a new entry, a check is performed using the
getElementsByTagName function to see if the entry already exists.
- Also while deleting and modifying the attributes for the entry the
particular XML element is fetched using getElementsByTagName.


Any comments and suggestion will be helpful.

Thanks and Regards,
Smita




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to