Episode 12: Spring boot thread pool configuration, code refactoring and JMeter tests

preview_player
Показать описание
In this episode we are going to refactor the code and configure thread pool, the detailed video includes
- Existing code refactoring
- Configure thread pool in spring boot
- Creating spring boot configuration
- Running and testing with and without thread pool and comparing result

Introduction to the project:

Github link:
Рекомендации по теме
Комментарии
Автор

Is reactive programming can be an alternative for making threads like this?

shivamgupta
Автор

Hi sir, I did the same setup using .net core, I am following this series from the first video. I am using async functions, I did a minimal setup. I don know why my latency for 500 requests is around 500ms, would you please suggest me why this happen? Or how can I achieve same using .net core

anujguleria