Hello,
I'm using the marshaller and unmarshaller to store or get a very high
number of objects using a java.util.list in a xml file.
These files are almost 100mb big and the number of objects is about 200.000
each
file.


It works very good, using the standart marshaller or unmarshaller, but I
want
to reduce the memory usage.
I think I have to use a contenthandler, but I don't know how
to write a generic one, which works for different objecttypes, because
I have to use it on more than 10 objecttypes in different files.

I don't know if I have to store the objects seperately and not in a list,
either.

Any comments ?

Thx
berger

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to