You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by davsclaus <ci...@yahoo.dk> on 2011/01/24 11:24:31 UTC

Re: Camel performance improvments

There is an option so you can let Camel lazy-load type converters

Which is to be improved in the future so Camel will only load the ones from
camel-core on startup to ensure the basic set of converters is avail. Then
the remainders will be lazy loaded.

See JIRA:
https://issues.apache.org/jira/browse/CAMEL-3260
-- 
View this message in context: http://camel.465427.n5.nabble.com/Camel-performance-improvments-tp3354343p3354463.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel performance improvments

Posted by davsclaus <ci...@yahoo.dk>.
Yeah see the JIRA why
https://issues.apache.org/jira/browse/CAMEL-3260

Basically during startup Camel needs some core type converters and thus the
type converters is still loaded (even if you have lazy). because those type
converters is used during boot.

Whats your use-case since you must be able to boot up Camel in less than 1/4
sec?
-- 
View this message in context: http://camel.465427.n5.nabble.com/Camel-performance-improvments-tp3354343p3359444.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel performance improvments

Posted by davsclaus <ci...@yahoo.dk>.
I suggest to check the methods on CamelContext which has many for configuring
it.

There is a setLazyLoadTypeConverters to set this option. Which you set
before you start CamelContext.
-- 
View this message in context: http://camel.465427.n5.nabble.com/Camel-performance-improvments-tp3354343p3356535.html
Sent from the Camel - Users mailing list archive at Nabble.com.