[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FR-devel] plugin.xml
From: |
Hal E. Fulton |
Subject: |
Re: [FR-devel] plugin.xml |
Date: |
Sat, 13 Jul 2002 11:24:45 -0500 |
----- Original Message -----
From: "NISHIO Mizuho" <address@hidden>
To: <address@hidden>
Sent: Saturday, July 13, 2002 7:57 PM
Subject: [FR-devel] plugin.xml
> Is it possible to cache the result of parsing plugin.xml?
> It seems that it takes considerable time to parse plugin.xml .
My opinion is uninformed, since I have spent
little time in the FR source.
Is the result a single object? If so, could it not
simply be marshalled? The timestamp on the marshalled
data could be compared to the timestamp on the .xml
file as needed. It should be much faster to load an
object than to re-parse the XML file.
Hal