I apologize if this has been answered elsewhere, but I was unable to find a clear answer. I wanted to know if the nbThread int value in AbstractAdaptiveBundler takes into account the peer drivers' nodes' threads when the bundler is representing a peer driver. I checked the source code, and it seems to only use the JPPFProperties.PROCESSING_THREADS property, although a commented-out ternary statement reveals the prior or future presence of a JPPFProperties.PEER_PROCESSING_THREADS property which may be what I'm looking for.
I'm trying to write a version of the ProportionalBundler that better deals with vast differences in channel power, since I have a peer driver with many nodes, and several single-core local nodes.
Thanks,
Mitchell