I use CastorXML and have some implementation over it right now. I did a test yesterday to see how performant castor within a multithreaded enviroment and saw it needs some improvement.
When i run a unmarshaller for a single thread everything ok but If I start 5 threads which does the same unmarshalling operation with different unmarshaller objects It gave me a bad performance results and then I applied to a java profiler. profiler showed me that Mapping.getResolver method which is synchronized is the bottleneck part of the performance issue... have you had any experience with that issue? mesut On 8/2/05, Ralf Joachim <[EMAIL PROTECTED]> wrote: > Hi Mesut, > > which part of castor do you intend to use in multithreaded environment: > CastorXML or CastorJDO? > > Ralf > > > Mesut Celik schrieb: > > Hi all, > > > > have you ever used Castor within Multithreaded enviroment? Do you know > > an article or some other resource about the performance of Castor in a > > multithreaded project? > > > > regards, > > mesut > > > > ------------------------------------------------- > > If you wish to unsubscribe from this list, please > > send an empty message to the following address: > > > > [EMAIL PROTECTED] > > ------------------------------------------------- > > ------------------------------------------------- > If you wish to unsubscribe from this list, please > send an empty message to the following address: > > [EMAIL PROTECTED] > ------------------------------------------------- > > ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

