Application Engineering and Number of Users
- by Kramii
Apart from performance concerns, should web-based applications be built differently according to the number of (concurrent) users? If so, what are the main differences for (say) 4, 40, 400 and 4000 users?
I'm particularly interested in how logging, error handling, design patterns etc. would be be used according to the number of concurrent users.