|
|
|
|
|
by maglite77
3845 days ago
|
|
Also, remember that even building a "simple" web app (comprised of a browser (client), web server, and database) counts as a distributed system. Concerns over event ordering, lack of global time, and data consistency models are all alive and well even within boring LOB systems. To put it another way, distributed system does not necessarily imply a massive research cluster connected via MPI. |
|