On Mon, 27 Nov 2000 09:55:33 +0500, [EMAIL PROTECTED]
wrote:
>**In short when u call create() on home interface the container creates
>a EJBObject and associates it with a class instance from the pool.(the
>primary key is the binding factor between the two.)

<vendor>
Note that when you say "create an EJBObject" that does not necessarily
mean that a physical object is created on the server. That is *one*
implementation option, and in the case of JBoss we have chosen *not* to
create such objects since it affects scalability negatively.

For example, you can have a finder method return an enumeration of
1.000.000 EJBObjects. This does *not* mean that there are now 1.000.000
objects being created on the server, since that would be a serious
resource drain.

For more information I suggest you simply read the source code for our
server. It's all there. See www.jboss.org for details on source
download.
</vendor>

/Rickard

--
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

===========================================================================
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".

Reply via email to