RE: Limiting no of Entity Instances in the container

2001-08-31 Thread Manuel
To run the two instances on the same machine is going to be a waiste - you are going be kicking up two JVM's etc or at least double amount of management overhead on the same machine for no reason. Your problem looks more like asoftware issue, either there is a bug in the orion software or

Limiting no of Entity Instances in the container

2001-08-30 Thread Ivo Rakovac
Hi! What has to be done in order to limit the maximal number of instantiated or pooled entity bean instances in the EJB container? We tried following settings in orion-ejb.jar: entity-deployment name="Tpersonen" location="Tpersonen" wrapper="TpersonenHome_EntityHomeWrapper33"

Re: Limiting no of Entity Instances in the container

2001-08-30 Thread Biswajit Nayak
Hi Gurus I want to configure two OC4J instances in one node for load balancing . I have a 4CPU E420 solaris box . With one OC4J I can support only 50 users . When I am simulating 100 users I am getting the following error messages . So I think mulitple OC4J instances will help . Thanks