posted 21 years ago
I have a query regarding the number of instances that will be created in the Application Server.
The scenario is like this,
1. My CMP bean has a findByName method, which returns a collection
2. Instance pool of my server is something like 15
3. The database has more than 20000 records that satisfy the findByName query condition
When I execute findByName(), how many instances will be there in the Application Server