Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: VB vs. JAVA
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_at_avt.co.uk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_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). Received on Thu Aug 16 2001 - 05:50:00 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |