Unfortunately this is hidden axis stuf. Axis internally does a lot of copies, so you may want to take a look at your vm memory sizing and adjust it to be larger.
However there are some tricks you can do. You can bypass the rpc layer, and build your own message, or you can use attachments if you are sending alot of data. If you really really care about performance, you could use something like JSR-173 to stream your message directly from a servlet. We have a plan to start addressing performance in our rewrite. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874724#3874724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874724 ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
