Scheduler + Bulker + AsyncLogger
The computer have a CPU i7 3630QM, 8 GB RAM and Hard Disk SATA II.
Functionalities of less than 300 code rows in this project.
With the aforesaid computer and the 300 code rows, the 3 packages (Scheduler, Bulker and AsyncLogger) allow to insert 23000 rows per second in the 3 MySQL tables and the deletion every 90 seconds.
These 3 packages allow:
- Easiness and smartness of writing code
- Thread optimization through the Scheduler package
- Insert and delete optimization through the Bulker package
- Logs optimization through the AsyncLogger package
