Hi , We have a Session Bean(Stateless) which uses DAO's to read some information from the database.This is the problem I am facing.
I wrote a Client to time the call to session bean and back.All calls return the same amt of data(meaning same data). 1)When I try with one client the method takes 6 seconds to return. 2)If I try with 2 simultaneous clients it takes 14 seconds to return. 3)If I try calling the same method with 3 simultaneous clients it takes 27 seconds to return. This is approximately equivalent to result I get when I try to run the same using Load Runner. We are testing this on DUAL CPU server with 2 GB RAM . We are using Weblogic6.0 with JDK1.3.1 Any Idea what could be wrong?I tried increasing the max-beans in free pool min to 100 and max to 500.But no real improvement. Thanks Chandra ==========================================================================To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
