I have four ideas for JPPF improvement
*) I think that there would be nice to have information about amount of serialized data, transferred data over network (in bytes) between client-server-nodes.
*) list of processed classes by JPPFClassLoader, transfered bytes for classes
*) NodeRunner always create new 'Node Task Timeout Timer' threads - is it possible to use thread pool?
- I don't set timeout on Job/Task
*) Allow JPPFClient be configurable from application
- extend 'Ability to toggle local execution dynamically - ID: 3300844'
- I suggest to create 'JPPFClientConfigurator' as Fluent interface
http://en.wikipedia.org/wiki/Fluent_interface#Java with default values read from current 'jppf-config.properties' to keep compatability
I think its important for performance tuning of client applications
Thank you
Martin