Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Cobol > Re: Java Batch
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 9 of 52 Topic 4098 of 4195
Post > Topic >>

Re: Java Batch

by Richard <riplin@[EMAIL PROTECTED] > May 2, 2008 at 12:20 PM

On May 3, 5:32=A0am, Pakku <pa...@[EMAIL PROTECTED]
> wrote:
> I've spent much of this morning looking for some comparison between
> the performance of Java and COBOL for batch programming on z/OS. =A0I
> haven't found any useful information and am hoping I might find some
> here.
>
> I know that IBM bought the JZOS product a couple years back with the
> intent of enabling Java in the batch world.
> Has this taken off?
>
> Also read somewhere that given that Java has to be reinterpreted (from
> the bytecode produced by compilation) by the JVM at runtime,

Most Java uses JIT (Just In Time) compiles that turn the byte code
into machine code once for each run unit, so batch processing will
only have a small overhead for the first transaction. Some Java do go
directly to machine code, such as GNU's Java gjc. It could even (but I
don't know if it does) save the machine code objects output from the
JIT and reuse these on the next run unless the byte code file has
changed (this is what Python does).

> there is
> no way it could outperform COBOL in classical batch processes like
> payroll or month-end credit card statement processing.

It is likely that much of the time the program is waiting for file
transfers, database results or similar. If the Java does the same
accesses then it will run in a similar time.


> Is this so?
>
> Would really appreciate hearing from anyone who has experience with
> JZOS or other forms of running batch Java on MVS.
>
> Thanks!
 




 52 Posts in Topic:
Java Batch
Pakku <pakku@[EMAIL PR  2008-05-02 10:32:17 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-02 17:40:53 
Re: Java Batch
Pakku <pakku@[EMAIL PR  2008-05-02 11:33:24 
Re: Java Batch
"HeyBub" <he  2008-05-02 14:22:11 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-02 22:28:28 
Re: Java Batch
"Pete Dashwood"  2008-05-03 11:48:33 
Re: Java Batch
Howard Brazee <howard@  2008-05-05 07:57:22 
Re: Java Batch
Joe Zitzelberger <zber  2008-05-20 23:31:10 
Re: Java Batch
Richard <riplin@[EMAIL  2008-05-02 12:20:18 
Re: Java Batch
Thomas Zierer <Thomas.  2008-05-02 22:01:10 
Re: Java Batch
Clark F Morris <cfmpub  2008-05-05 16:12:52 
Re: Java Batch
Pakku <pakku@[EMAIL PR  2008-05-05 10:30:13 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-05 18:30:34 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-05 22:22:00 
Re: Java Batch
Howard Brazee <howard@  2008-05-06 08:01:33 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-06 12:06:02 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-06 17:56:17 
Re: Java Batch
Howard Brazee <howard@  2008-05-06 12:38:35 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-06 19:00:45 
Re: Java Batch
Clark F Morris <cfmpub  2008-05-07 17:29:14 
Re: Java Batch
Pakku <pakku@[EMAIL PR  2008-05-05 10:31:41 
Re: Java Batch
Arnold Trembley <arnol  2008-05-06 05:31:53 
Re: Java Batch
chuck <charles.leviton  2008-05-07 05:54:33 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-07 13:23:55 
Re: Java Batch
"Pete Dashwood"  2008-05-08 02:59:42 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-07 15:35:05 
Re: Java Batch
"Pete Dashwood"  2008-05-08 14:00:21 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-08 07:14:46 
Re: Java Batch
"Pete Dashwood"  2008-05-09 02:36:21 
Re: Java Batch
Clark F Morris <cfmpub  2008-05-08 21:00:03 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-09 19:14:16 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-09 18:55:00 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-10 00:34:34 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-09 22:03:49 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-10 16:43:06 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-10 22:48:31 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-12 03:31:43 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-12 01:31:17 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-12 17:59:09 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-13 21:07:21 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-14 15:19:22 
Re: Java Batch
docdwarf@[EMAIL PROTECTED  2008-05-09 19:10:39 
Re: Java Batch
Clark F Morris <cfmpub  2008-05-07 17:34:04 
Re: Java Batch
"Pete Dashwood"  2008-05-08 14:36:12 
Re: Java Batch
Howard Brazee <howard@  2008-05-08 07:05:13 
Re: Java Batch
"Michael Mattias&quo  2008-05-08 08:30:02 
Re: Java Batch
Howard Brazee <howard@  2008-05-08 08:42:48 
Re: Java Batch
"Michael Mattias&quo  2008-05-08 10:30:57 
Re: Java Batch
Clark F Morris <cfmpub  2008-05-08 12:52:44 
Re: Java Batch
"Pete Dashwood"  2008-05-09 11:28:56 
Re: Java Batch
Robert <no@[EMAIL PROT  2008-05-08 21:31:19 
Re: Java Batch
Joe Zitzelberger <zber  2008-05-20 23:24:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 16:41:30 CDT 2008.