Re: Commons sub project for parallel method execution

2017-06-29 Thread Arun Mohan
uld be achieved here. On Wed, Jun 28, 2017 at 6:00 PM, Arun Mohan wrote: > Hi All, > > I found some time recently to work on the suggestions and ideas that came > up while discussing this. > > Specifically, I reworked two major points that were called out - > > 1. Remov

Re: Commons sub project for parallel method execution

2017-06-28 Thread Arun Mohan
, Jun 14, 2017 at 12:41 PM, Arun Mohan wrote: > Thanks for the tip Gary. Will give it a try. > > On Wed, Jun 14, 2017 at 12:13 PM, Gary Gregory > wrote: > >> Briefly: If you are considering code generation, then you can do away with >> using reflection. >> >> G

Re: Commons sub project for parallel method execution

2017-06-14 Thread Arun Mohan
Thanks for the tip Gary. Will give it a try. On Wed, Jun 14, 2017 at 12:13 PM, Gary Gregory wrote: > Briefly: If you are considering code generation, then you can do away with > using reflection. > > G > > On Wed, Jun 14, 2017 at 12:04 PM, Arun Mohan > wrote: > > &g

Re: Commons sub project for parallel method execution

2017-06-14 Thread Arun Mohan
0 > > > > println "\nTotal elapsed time is $executionTime\n\n" > > > > > > > > > > > > Cheers, Paul. > > > > > > > > > > > > On Tue, Jun 13, 2017 at 9:29 AM, Matt Sicker > wrote: > > > > > I&#

Re: Commons sub project for parallel method execution

2017-06-14 Thread Arun Mohan
this. On Wed, Jun 14, 2017 at 12:04 PM, Arun Mohan wrote: > I was checking out how the library would plug into Spring and other > frameworks. I created a sample Spring project with a couple of auto wired > service classes. To fetch and combine data from multiple service classes in > par

Re: Commons sub project for parallel method execution

2017-06-12 Thread Arun Mohan
t; > could > > > > be plenty of support utilities that tend to be found in all the > > > > *Util(s)/*Helper classes in projects like all the ones I mentioned > > > earlier > > > > (basically all sorts of Hadoop-related projects and other distribut

Re: Commons sub project for parallel method execution

2017-06-12 Thread Arun Mohan
u will need to avoid using > reflection to get the best performance. > > Gary > > On Mon, Jun 12, 2017 at 3:15 PM, Arun Mohan > wrote: > > > Hi Gary, > > > > Thanks for your response. You have some valid and interesting points :-) > > Of course you a

Re: Commons sub project for parallel method execution

2017-06-12 Thread Arun Mohan
requires a bunch of > > infrastructure to be set up, while this library is just a library. > Similar > > to Kafka Streams versus Spark Streaming or Flink or Storm or Samza or the > > others. > > > > On 12 June 2017 at 16:28, Gary Gregory wrote: > &g

Re: Commons sub project for parallel method execution

2017-06-12 Thread Arun Mohan
uge difference here: Spark requires a bunch of > infrastructure to be set up, while this library is just a library. Similar > to Kafka Streams versus Spark Streaming or Flink or Storm or Samza or the > others. > > On 12 June 2017 at 16:28, Gary Gregory wrote: > > > On Mon, Ju

Commons sub project for parallel method execution

2017-06-12 Thread Arun Mohan
Hi All, Good afternoon. I have been working on a java generic parallel execution library which will allow clients to execute methods in parallel irrespective of the number of method arguments, type of method arguments, return type of the method etc. Here is the link to the source code: https://g