Hi all,
I'm using CXF 2.2.7.  I can't seem to find this in the archive so I thought
I'd ask 2 questions related to Async SOAP calls and thread safety:


   1. At what point is it safe to re-use a proxy when using async soap?
    Can I re-use a proxy after I've made the async request or do I need to
   wait until the AsyncHandler has been called back with a Result before using
   that proxy again?

   2. Speaking of proxies, I'm particularly fond of calling destroy on the
   client once I'm done with it.  We've experienced memory leaks in the past
   without making this call.  Here again, if I make this call after I've made
   the async request but before I get called back on the AsyncHandler will
   that cause me problems or will this destroy call only clean itself up once
   all outstanding calls have been finished?

Thanks!

Brett



-- 

Brett Humphreys | Software Engineer, Carrier Billing Technical Lead |
[email protected] | 720-235-1020

Reply via email to