>
> We are planning to use Oracle8i (ver 8.1.6) as our EJB server.  All
> session beans will be created and deployed in Oracle8i.  (no entity
> beans since ver 8.1.6 does not support them).
>
> I would like to know of any good/bad experiences (in terms of
> stability,
> performance, etc.) implementing EJB in the Oracle8i database.  Can
> anyone point me to web sites that you know have been
> implemented in this
> manner?
>
One thing most app servers allow you to do is to cluster multiple app
servers against a single database, which ensures you can always have ample
CPU power to keep the database busy. If the EJBs run on the database, then
they may contend with the database engine for CPU time, and you will have
scalability problems.

- Avi
--
s/\be(\w+)/e-\1/g;

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