What is meant by concurrency or parallelism as other aspect of key issues of software design?
Answers
Answered by
0
Concurrency means that an application is making progress on more than one task at the same time (concurrently). Well, if the computer only has one CPU the application may not make progress on more than one task at exactly the same time, but more than one task is being processed at a time inside the application.
Similar questions