No : of child Threads is nothing but the no: of CPU's of the particular machine on which TALEND APPLICATION is running.
we can get the no: of child threads in the below way.
Runtime.getRuntime().availableProcessors()
Note : If we give more than the no: of CPU's that our machine has, will give in-appropriate results while using tPartioner & tCollector components.
we can get the no: of child threads in the below way.
Runtime.getRuntime().availableProcessors()
Note : If we give more than the no: of CPU's that our machine has, will give in-appropriate results while using tPartioner & tCollector components.