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
