Howdy, I have been looking into performance issues for a system using xmlbeans. This system only uses xmlbeans in the context of a single thread, so it would seem the "synchronized (monitor())" calls in the getters and setters add a bit of unnecessary overhead.
Is there a mechanism to suppress generating such code? Or am I wrong in my assessment? Thanks. Bob -- View this message in context: http://www.nabble.com/Suppressing-synchronize--tp17331053p17331053.html Sent from the Xml Beans - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

