You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a springboot application to benchmark and compare blocking vs non-blocking execution models using ThreadPoolExecutor and async APIs. Implemented parallel request handling, non-blocking CRUD flows, and optimized file read/write tasks.
Developed a springboot application to benchmark and compare blocking vs non-blocking execution models using ThreadPoolExecutor and async APIs. Implemented parallel request handling, non-blocking CRUD flows, and optimized file read/write tasks.
About
Developed a springboot application to benchmark and compare blocking vs non-blocking execution models using ThreadPoolExecutor and async APIs. Implemented parallel request handling, non-blocking CRUD flows, and optimized file read/write tasks.