Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: VB vs. JAVA

RE: VB vs. JAVA

From: <oqij4ngfcrweuh001_at_sneakemail.com>
Date: Thu, 16 Aug 2001 05:33:48 -0700
Message-ID: <F001.0036CD51.20010816053528@fatcity.com>

There is no application, just wondering. I'm a ASP/ColdFusion developer atm, and have been wondering for some time if Java was worth learning, and it appears now, based on your answers, it might just be worth it.

Thanks Guy.

anybody else have any input on this topic ?

cheers,
michael

-----Original Message-----

[mailto:XXXXXXXXXXXXXXXXXXXXXXXXX]

Sent: Thursday, 16 August 2001 9:51 PM
To: XXXXXXXXXXXXXXXXX


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 Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: oqij4ngfcrweuh001_at_sneakemail.com 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_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 - 07:33:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US