Hi Arnaud, how complicated is it to do that (does Castor use JAXP ?)
Bye Nick -----Original Message----- From: Arnaud Blandin [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] Castor performance Hi Antoine, The best way to improve performance in Castor is to change your parser...a lot of resources in Castor is being consumed by Xerces1. I suggest you to move to Xerces2 that is way faster than Xerces1. Also always use the SourceGenerator with the marshalling framework for better result. Arnaud -> -----Original Message----- -> From: VOIRY,ANTOINE (HP-France,ex2) [mailto:[EMAIL PROTECTED]] -> Sent: Friday, January 11, 2002 9:54 AM -> To: [EMAIL PROTECTED] -> Subject: [castor-dev] Castor performance -> -> Hi all, -> I would like to know how to improve the performance of castor for the -> marshalling and unmarshalling part. We are using classes generated by castor -> on the java side. -> Bye, -> Antoine -> -> ----------------------------------------------------------- -> 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 ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
