Background:-
Have developed a system using WebSphere 3.5; SQL Server 2000; I-Net Driver to connect to the database.
The AppServer resides on a 1GB RAM, Dual CPU (800MHz) machine, 60GB HardDisk.
The Database Server resides on the similar configuration.
I-Net Driver claims that it would be able to support concurrent users.
1 Entity bean and 7 Stateless Session beans are used.
Problem:-
When used with a single user, am getting a page within 2 secs. But the moment I try to get the same page with 10 users hitting the server concurrently, I am getting the same page in 15 secs.
Have checked out there is no locking on the database side.
Please help on this. The time taken increases linearly with the increase in the number of users.
Have developed a system using WebSphere 3.5; SQL Server 2000; I-Net Driver to connect to the database.
The AppServer resides on a 1GB RAM, Dual CPU (800MHz) machine, 60GB HardDisk.
The Database Server resides on the similar configuration.
I-Net Driver claims that it would be able to support concurrent users.
1 Entity bean and 7 Stateless Session beans are used.
Problem:-
When used with a single user, am getting a page within 2 secs. But the moment I try to get the same page with 10 users hitting the server concurrently, I am getting the same page in 15 secs.
Have checked out there is no locking on the database side.
Please help on this. The time taken increases linearly with the increase in the number of users.