Hi there,

Given the following code:


from("jetty:http://0.0.0.0:9000/myurl";)
    .inOut("direct:getSomething");


Will a jetty continuation become suspended and thus release its thread while
"direct:getSomething" does its work, and then become active once
"direct:getSomething" replies?

I'm hoping that the above will permit thousands of connections while
consuming a minimal number of threads.

Thanks for any confirmations.

Kind regards,
Christopher
-- 
View this message in context: 
http://www.nabble.com/Continuations-and-direct-components-tp24070560p24070560.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to