Hi, I have the following problem with Websphere: Using the following configuration: WINNT Server 4.0, Apache Webserver 1.3.2 und WAS 2.02; (PII-400 512 MB) I created a simple stateless session bean that returns the system time of the server machine to the client. My test client creates 2 processes, which run simultaneously. Each process should do the following cycle 1000 times: bean = beanHome.create(); time = bean.getSystemTime(); bean.remove(); After only 150 cycles the server hangs. Processing 1000 cycles with only one process works fine. Even in debug mode there are no error messages. What did I do wrong? Can anybody help? Thanks in advance for any help. Regards, Hans Schmid MGM EDV Beratung GmbH Frankfurter Ring 105a 80807 M�nchen Tel: +49 89 358680 53 Fax: +49 89 358680 88 mailto:[EMAIL PROTECTED] WWW: http://www.mgm-edv.de/ =========================================================================== 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".
