Thanks for the details, see my answers in line: On 7/22/07, Vishal Bhasin <[EMAIL PROTECTED]> wrote:
Hello Matthieu, Thanks for your response..here are the details you requested: - In memory - JBI, using ODE with ServiceMix - Using ODE 1.0, not the latest from main trunk
I'd try to build the trunk then. Let me know how it goes, if you have problems with it I'll publish some snapshots somewhere. - how do we tell if it is sending the requests in async mode? That's the default so if you didn't configure anything specific, you'll be in async. To switch to sync you'll need to set the following Java system property: -Dorg.apache.ode.jbi.sendSynch=true - do you know if there is an impact to performance by switching to sync
mode?
The only danger is to exhaust the thread pool. This could happen if the services you send messages to are rather slow, all your threads could be waiting for those services replies which would degrade throughput. In most common cases this shouldn't happen and if it happens you'll know it because you won't be able to saturate your CPU anymore (you'll get lower CPU usage). Matthieu Thanks,
Vishal *Matthieu Riou <[EMAIL PROTECTED]>* wrote: Hi Vishal, Could you give more detail about your setup? Were you running in-memory or persistent processes? Was it wit the Axis2 integration layer or JBI? We fixed a couple of leaks last week on JBI in-mem so if you have an older code base it could be worth updating. I'm not aware on any problem with the Axis2 binding. There's still one problem left on the JBI side when sending messages in async mode. We haven't fully diagnosed it yet so it's hard to be sure of the origin but we're working on it. It could be worse switching to sync mode for the sending of JBI messages in the meantime. Cheers, Matthieu On 7/22/07, Vishal Bhasin wrote: > > Hello All, > > We ran a long running (soak) test, and experienced an out of memory error > after about 7 hours..referring to a possible memory leak..Alex had mentioned > this in one of his e-mails..is this been looked into? > > Thanks, > > Vishal > > Alex Boisvert wrote: I think it would be nice have > a BpelEventListener that outputs > (pretty-print) events to Log4J... any takers? > > alex > > > On 7/20/07, Dan wrote: > > > > I would like to read my ode logs and see all the execution events. If I > > understand the user guide correctly, the only way to read the binary > logs > > are with the management API, and that is only supported in Axis2. > > For those of us in servicemix/JBI land is there a way to direct the > events > > to the servicemix log, or a utility to decode the ode logs offline? > > > > Thanks, > > Dan > > > > > > Regards, > > Vishal Bhasin > > > --------------------------------- > Yahoo! oneSearch: Finally, mobile search that gives answers, not web > links. Regards, Vishal Bhasin ------------------------------ Shape Yahoo! in your own image. Join our Network Research Panel today!<http://us.rd.yahoo.com/evt=48517/*http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7>
