AdamBien / lightfish

Payara / GlassFish Monitoring Utility
121 stars 41 forks source link

Parallel Data Collection - Java EE compliant #8

Closed rveldpau closed 11 years ago

rveldpau commented 11 years ago

Following your lead I modified the data collection to use Asynchronous EJBs and removed the Fork/Join altogether. The performance is on par with the Fork/Join but does not violate the EE spec. I had forgotten about Future when using Asynchronous for EJBs and that is the real key here.