Netprog 2002 - Client/Server Issues
29
What’s the best server design for my application?
lMany factors:
–Expected number of simultaneous clients.
–Transaction size (time to compute or lookup the answer)
–Variability in transaction size.
–Available system resources (perhaps what resources can be required in order to run the service).