We actually tried it to make this work without any success. The servlet runner
in 8i (based on JWS??) serves only three static files from the World-o-books
frameset example and it dies on the first servlet. The documentation says that
you should not use this in a production environment. So wait for 8.1.6...

"Eric R. Williams" wrote:

> I was reading through some Oracle technical docs last night.
> I encountered a statement that essentially said that Servlet
> support will be added to a future release of the Oracle 8i
> database and to OAS 4.1.  Does anyone know more about this?
>
> I am curious how other developers see Oracle 8i.  Oracle is
> adding web/application/transaction server functionality to the
> database itself.  Oracle 8i already supports EJB and CORBA in
> the database server using Oracle's database-optimized server
> Java VM.  I haven't used this functionality myself, but I am
> looking forward to trying it out.
>
> My guess is that eliminating the network connectivity between
> the JDBC driver and the database server will significantly
> improve performance.  (The Oracle 8i server side Java VM has
> a specialized JDBC driver that operates in the same memory
> space as the database... enabling it to access db pages
> directly.)  But I am not sure how using the database as an
> application server (eg, servlets, ejb, http, etc.) will affect
> scalability.  Normally, scalability is achieved by adding
> application server nodes and load-balancing across them.
> But if the database is acting as an application server, all
> you can do is add processors.
>
> Thoughts?
>
> -eric

--

Janco Tanis

------------------------------------------------------------
      COAS, Your partner in computer aided services

   Nijverheidsweg 34        Tel:   +31 (0) 187 49 3222
   Postbus 44               Fax:   +31 (0) 187 49 2912
   3250 AA Stellendam       Email: [EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to