Please, not again..... haven't we many times hashed over why Java is not in practice "interpreted". For most things, its performance is not that far from "C". When "Java" is slow, its almost always due to poor design (and programmers). Have you looked at the machine code generated by the Java JVM? Its great stuff, and automatically recompiles "hot" method stacks with fancy inlining, loop unwinding, etc as your program runs. Assembler programs are faster because assembler programmers are generally better, and they don't haphazardly pull in huge frameworks into their code without understanding the performance implications. Not so for your average Java programmer :-)
I can't speak for Carolina, but IMO the general design of compiling SAS code into Java byte codes (which are dynamically compiled into machine code) is not inherently flawed. This has been proven to be successful (and performant) over and over again for many languages that compile to Java byte codes. One would have to benchmark specific workloads with this technology to see how well it performs. It could suck, but it could also perform well. Kirk Wolf Dovetailed Technologies http://dovetail.com On Thu, Nov 19, 2009 at 2:40 PM, Pommier, Rex R. <[email protected]> wrote: > So is this Carolina product actually an interpretation of an interpreted > language? Do the lights in the data center dim when you merely mention > the name? :-) > > Rex > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Mark Zelden > Sent: Thursday, November 19, 2009 1:59 PM > To: [email protected] > Subject: Re: WPS vs SAS & WPS on zLinux > > On Thu, 19 Nov 2009 11:49:05 -0600, Kirk Wolf <[email protected]> wrote: > >>SAS is a great product with great history; its only natural (and good) >>for there to be competition. >>Here's another: http://www.dullesopen.com/products/features >> > > Great. Convert it from one CPU hog to another. :-) > > I wonder which uses more CPU resources (not taking zAAP savings into > account)? > > Mark > -- > Mark Zelden > Sr. Software and Systems Architect - z/OS Team Lead > Zurich North America / Farmers Insurance Group - ZFUS G-ITO > mailto:[email protected] > z/OS Systems Programming expert at > http://expertanswercenter.techtarget.com/ > Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

