Hi,
The question which you have asked is really a point of consideration.
In my view, the consideration should be at the web application level not at the web server level. It is true that serving a 1000 or more sessions at a time with individual datasets is memory intensive. But all depends on the Tier Architechture of your application. If you keep per user datasets then the system will be memory intensive, however if you share your objects among multiple users in a single time and maintain concurrency then it is great.
All depends on your business logic, performance requirements and more ...
cheers
Anubhav
Anubhav Kumar
|