From guy.hammond@avt.co.uk Thu, 16 Aug 2001 03:50:00 -0700
From: "Guy Hammond" <guy.hammond@avt.co.uk>
Date: Thu, 16 Aug 2001 03:50:00 -0700
Subject: RE: VB vs. JAVA
Message-ID: <F001.0036CAD4.20010816035050@fatcity.com>
MIME-Version: 1.0
Content-Type: text/plain


Well, what you mean by speed depends on what it is you're trying to do.
Big numerical computations are certainly quite slow in Java... but they
are even slower in PL/SQL. Remember that a Java Virtual Machine does
execute native code for many operations, such as networking. 

But, what is your application doing? Is it spending most of its time
executing transactions? Because Java is certainly capable of starting
transactions faster than Oracle can commit them, on similar hardware.
Use a profiler to work out where the Java is spending most of its time,
and use the OCI8 driver instead of the Thin Client.


g


-----Original Message-----
Sent: Thursday, August 16, 2001 7:15 AM
To: Multiple recipients of list ORACLE-L


I hear a lot of bad things about Java, mostly in regards to speed.

I'm wondering if there's anybody out there with experience in numerous
programming langauges (including Java) that wouldn't mind giving their
opinion about wether or not java is the best option for the job?

ta
michael

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Guy Hammond
  INET: guy.hammond@avt.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


