G
gk
The Method-Ready Pool
Stateless bean instances enter the Method-Ready Pool as the container
needs them. When the EJB server is first started, it will probably
create a number of stateless bean instances and enter them into the
Method-Ready Pool. (The actual behavior of the server depends on the
implementation.) When the number of stateless instances servicing
client requests is insufficient, more can be created and added to the
pool
i still dont understand the meaning of method ready pool ....whats
the difference between bean/instance pool and method ready pool ?
are they same ?
look it says .."...it will probably create a number of stateless bean
instances and enter them into the Method-Ready Pool..."
they did not explain what does it mean by Method-Ready Pool .
can you please explain ?
Stateless bean instances enter the Method-Ready Pool as the container
needs them. When the EJB server is first started, it will probably
create a number of stateless bean instances and enter them into the
Method-Ready Pool. (The actual behavior of the server depends on the
implementation.) When the number of stateless instances servicing
client requests is insufficient, more can be created and added to the
pool
i still dont understand the meaning of method ready pool ....whats
the difference between bean/instance pool and method ready pool ?
are they same ?
look it says .."...it will probably create a number of stateless bean
instances and enter them into the Method-Ready Pool..."
they did not explain what does it mean by Method-Ready Pool .
can you please explain ?