DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12741>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12741 Multithreaded Axis client causes serialization exceptions in Axis service ------- Additional Comments From [EMAIL PROTECTED] 2002-09-26 14:39 ------- That is it. Your last changes made the performance the same as my original simple fix with the synchronized keyword. I believe you also hit the problem at its root. One time class initialization type operations are best done in the constructor as opposed in runtime calls with synchronized guarded blocks of code. Thank you for giving this the attention it deserves. I would have hated to see Axis go to its first release with such a performance problem (it was one of the goals of the projecy after all). I wish I had more spare time to do more meaningful contributions besides testing high volume applications. Thanks again.