chefzaid / emailator

A set of mailing tools - bulk sending, extraction, verification, and forwarding.
1 stars 3 forks source link

Performance tunning #26

Open chefzaid opened 8 years ago

chefzaid commented 8 years ago

Part one Benchmark the performance using VisualVM Run stress and load tests

Part Two Address the concurrent/parallel/asynchronous email sending problem

Implement the best approach

Part three Tweak database and app server configuration

Part four Code review & refactoring Missing tests classes

chefzaid commented 8 years ago

Don't forget to check #40 if you will implement the @Async method.