RE: Possible threading issue

2012-06-12 Thread jhart
yes From: ext jhart [via Camel] [mailto:ml-node+s465427n5714367...@n5.nabble.com] Sent: Tuesday, June 12, 2012 10:04 AM To: Hart James (Nokia-LC/Malvern) Subject: Re: Possible threading issue I'm using Ubuntu 9.10 quadcore dell T3500 machine with 12G memory. java -version java version &quo

Re: Possible threading issue

2012-06-12 Thread jhart
hopefully I can get it to fail with a simple XML route. -- View this message in context: http://camel.465427.n5.nabble.com/Possible-threading-issue-tp5714069p5714367.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Possible threading issue

2012-06-12 Thread Claus Ibsen
5427n5714299...@n5.nabble.com] > Sent: Monday, June 11, 2012 2:22 PM > To: Hart James (Nokia-LC/Malvern) > Subject: Re: Possible threading issue > > Thanks for the feedback, I've reviewed the references you pointed out and > decided to simplify the route. > > I have rem

RE: Possible threading issue

2012-06-11 Thread jhart
Thanks. From: ext jhart [via Camel] [mailto:ml-node+s465427n5714299...@n5.nabble.com] Sent: Monday, June 11, 2012 2:22 PM To: Hart James (Nokia-LC/Malvern) Subject: Re: Possible threading issue Thanks for the feedback, I've reviewed the references you pointed out and decided to simplif

Re: Possible threading issue

2012-06-11 Thread jhart
essor) .process(preDestinationProcessor); *.threads(1, 1)* .multicast() .to(destinationURIs); -- View this message in context: http://camel.465427.n5.nabble.com/Possible-threading-issue-tp5714069p5714299.html Sent from the Camel - Users ma

Re: Possible threading issue

2012-06-09 Thread Claus Ibsen
onProcessor(DelegateAsyncProcessor).processNext(Exchange, > AsyncCallback) line: > .. > > *I believe this to be an issue with the CaseInsensitiveMap not being > threadsafe. Shouldn't a threadsafe version be implemented using > ConcurrentHashmaps and syncronization?

Possible threading issue

2012-06-06 Thread jhart
emented using ConcurrentHashmaps and syncronization? I have not been able to get a simple case together to show this issue, I will work on that in the next few days. * -- View this message in context: http://camel.465427.n5.nabble.com/Possible-threading-issue-tp5714069.html Sent from the Camel - Users mailing list archive at Nabble.com.