Concurrency (Software Design)
- •
Definition
- •
a system's ability to handle multiple tasks or processes at the same time, via multi-threading, multiprocessing, or asynchronous processing
- •
- •
Example
- •
an e-commerce system handling 100 simultaneous checkouts without stock conflicts
- •
- •
- •