Thanks for the info. ~ Inder
>>-----Original Message----- >>From: Keith Visco [mailto:[EMAIL PROTECTED] >>Sent: Sunday, February 15, 2004 5:23 AM >>To: [EMAIL PROTECTED] >>Subject: Re: [castor-dev] Pooling marshaller/unmarshaller objects >> >> >> >> >>For some performance improving tips, see here: >> >>http://castor.exolab.org/xml-faq.html#How-can-I-speed-up-marsh alling/unmarshalling-performance? To answer your questions: Yes, it's safe to reuse a Mapping object, it would be a shame to have to reload the entire mapping each time. We recommend loading the mapping only once. No, it's probably not a good idea to reuse the Marshaller/Unmarshaller as some state information may be left around after marshalling or unmarshalling. --Keith ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
