ad info

CNN.com
 MAIN PAGE
 WORLD
 ASIANOW
 U.S.
 LOCAL
 POLITICS
 WEATHER
 BUSINESS
 SPORTS
 TECHNOLOGY
   computing
   personal technology
   space
 NATURE
 ENTERTAINMENT
 BOOKS
 TRAVEL
 FOOD
 HEALTH
 STYLE
 IN-DEPTH

 custom news
 Headline News brief
 daily almanac
 CNN networks
 CNN programs
 on-air transcripts
 news quiz

  CNN WEB SITES:
CNN Websites
 TIME INC. SITES:
 MORE SERVICES:
 video on demand
 video archive
 audio on demand
 news email services
 free email accounts
 desktop headlines
 pointcast
 pagenet

 DISCUSSION:
 message boards
 chat
 feedback

 SITE GUIDES:
 help
 contents
 search

 FASTER ACCESS:
 europe
 japan

 WEB SERVICES:
Computing

From...

Friend or foe: What does Intel really think about Java?

September 3, 1998
Web posted at: 1:35 PM ET

by Rick Cook

(IDG) -- What is Intel's Java strategy? By now, nearly every company in high technology has, in one way or another, laid out some grand vision of how it will make bucketloads of money off of Sun's Java language. IBM has done it. Microsoft has done it (too effectively for Sun's liking, in fact). For goodness sake, even HP has gotten some press attention with its plans to clone the Java Virtual Machine. But think "Intel and Java" and what do you see? A blank whiteboard?

Intel is aware that Java exists. Take the recent JavaOS for Business announcement. IBM and Sun are codeveloping this Java-based thin-client operating system. However, IBM is also working with Intel to develop the Intel-specific version of JavaOS for Intel processors.

This isn't the only Java project Intel is supporting. In addition to helping companies such as Novell with their Java implementations for Intel, the microprocessor giant has also made an investment in WebLogic -- a San Francisco-based maker of Java application servers and Java-to-database integration software. Besides the investment, Intel is helping WebLogic tune its Tengah applications server for Intel's forthcoming 64-bit Merced chip.

Officially, Intel is Java-neutral. But being Java-neutral does not mean being Java-free. In fact, Intel has a number of other Java-related projects underway, primarily as a partner with companies developing Java on Intel platforms. "Our primary goal is to serve our customers by making sure Java runs well on the Intel architecture," explains Intel spokesperson Jane Rauckhorst.

Despite its low-key approach to Java, Intel needs to remain a player in the Java game. "There's a clear strategic requirement for Intel to pay close attention to Java," says Evan Quinn, director of Java research at International Data Corp. (IDC), a Framingham, MA, market research firm. The reason, Quinn says, is simple: "In the near term, Intel's primary objective is to make sure they provide effective marketing and to some extent engineering support to organizations who are driving servers that may be running Java."

MORE COMPUTING INTELLIGENCE
  IDG.net home page
  SunWorld home page
 Reviews & in-depth info at IDG.net
    IDG.net's server hardware page
  IDG.net's workstation page
  IDG.net's personal news page
  Subscribe to IDG.net's free daily newsletter for sys admins
  Questions about computers? Let IDG.net's editors help you
  Search IDG.net in 12 languages
 News Radio
  Fusion audio primers
  Computerworld Minute audio news for managers
   

In fact, Intel has a fairly well-developed Java strategy, in equal parts composed of 1) keeping up with the Joneses, 2) benign neglect, and 3) pushing for advantage wherever possible. It's a low-key strategy, but it is still having an important impact on Java.

Teaming up with Big Blue

The JavaOS announcement illustrates several aspects of Intel's Java strategy.

The most obvious one is that by working with IBM, Intel can help to extend the reach of its processors into the thin-client market. This is especially sweet for Intel because of IBM's initial commitment to the PowerPC architecture as the basis for its network computers (NCs). IBM says it still plans to use PowerPC for network computers, but it will offer Intel-based models as well. This firmly establishes Intel in the small-but-growing NC market.

Scoring off of the PowerPC is nice, but Intel has agreed to do similar work with a number of companies that want to make sure their software sings on Java. That is the essence of Intel's Java strategy today. "Basically they're focusing on partnerships right now," Quinn says. "They don't have an obvious approach to Java at this time. But wherever they believe there's a software solution that drives the sales of Intel-based systems -- servers for example -- they're looking to partner."

And Intel is a very good partner for major Java players to have. Two of the things Intel brings to the party are compiler technology and an intimate knowledge of the Intel architecture. Those are extremely important to Java because one of its fundamental problems is its speed, or lack thereof. Java may never be as fast as C code, but it can be made a lot faster with optimized compilers and better Java Virtual Machines (JVMs). This generally doesn't buy you as much speed as going to a compiled version of Java or a Java processor, but it can mean major improvements without violating the write-once-run-anywhere mantra of Java.

This strategy can be especially effective if you optimize your JVM for a particular architecture, such as Intel's. A modern processor has elaborate pipelining and simultaneous execution features that are best exploited by software designed to work with those features. Of course, if the people designing the JVM know the architecture intimately, this is all the more effective. And no one knows the Intel architecture better than Intel.

You can't be a world-class processor company today without some very heavy-duty compiler talent. Processors and the compilers that run on them are just too closely interlinked. And that makes Intel the logical company to work with if you want to make your JVM or compiler scream.

Enter Eric Schmidt

Intel is also busily at work with Novell to produce NetFire, its next-generation JVM for NetWare.

The NetFire partnership is particularly interesting because Novell already has a JVM in the soon-to-ship Version 5 of NetWare. In fact, Novell's current JVM is one of the fastest versions available for Intel processors. By working with Intel, Novell intends to make the next version of its JVM even faster.

"Java is hugely important to us on the server," says Ronald Palmeri, Novell's vice president of strategic relations. "It's important that we have a rich development environment on NetWare. [Novell CEO] Eric Schmidt clearly has an orientation towards Java." While Palmeri points out that Novell isn't "betting the farm on Java," it is clearly an important part of his company's NetWare strategy. Over the last several years, Novell has been working to convert NetWare from a LAN operating system to a full-blown network and server operating system with an emphasis on the server part. That means offering services well beyond traditional file-and-print. This is why Novell now includes Oracle's database engine and Netscape's Web server with NetWare. It is also why Novell feels it must offer a comprehensive set of development tools to NetWare users, such as a JVM.

Palmeri describes Intel's position as "If Java, then Intel." In other words, if you're going to run Java, Intel wants you to do it on an Intel processor. One of the ways to make that happen is by making sure Java implementations on Intel architecture are as strong as they can be.

There's an added bonus for Intel here as well. Novell has been claiming that its current JVM (which runs on Intel processors) significantly outperforms Unix implementations. Anytime Intel architecture can produce comparable performance to a Reduced Instruction Set Computer (RISC) system, Intel likes it.

Tuning the NetWare JVM

Each optimization project is different, depending both on the architecture and the application. Part of the optimization is as simple as knowing what not to optimize for. The JVM in NetWare gives graphics a fairly low priority, for example, and that means it can speed up other operations.

"We have some unique opportunities in integrating the JVM with NetWare," says Mike McKay, Novell's vice president of corporate architecture. Referring to the faster calls the NetWare kernel makes running on the innermost, most trusted ring of an Intel chip, McKay says, "NetWare executes out of Ring Zero for all of its operations, so we aren't burdened with the transition. We've also done intensive optimization of our protocol stacks and the way we handle buffering and packet processing." "Network I/O benefits dramatically from this." Novell's thread model and virtual memory system (new on NetWare 5) are highly tuned to the server environment. "That pays off nicely with the Java Virtual Machine," says McKay.

There's a great deal more to optimizing a JVM for an architecture, but much of it is considered proprietary, and the people doing the optimizing aren't willing to talk about it.

Palmeri sees the cooperation with Intel on the JVM as a logical extension of its relationship with Intel. He notes that about the same time NetFire was announced, the company also announced it would work with Intel to optimize NetWare for Intel's Merced architecture.

At this point, Novell's Java effort is driven more by anticipation than by customer demand. "Our customers are still experimenting with Java on the server," Palmeri says. "Companies are beginning to develop some things. In this case we're trying to be a little ahead of the curve."

Related stories:
Latest Headlines

Today on CNN

Related IDG.net stories:

Note: Pages will open in a new browser window Related sites:

External sites are not
endorsed by CNN Interactive.

SEARCH CNN.com
Enter keyword(s)   go    help

  
 

Back to the top
© 2000 Cable News Network. All Rights Reserved.
Terms under which this service is provided to you.
Read our privacy guidelines.