SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : All About Sun Microsystems -- Ignore unavailable to you. Want to Upgrade?


To: Alok Sinha who wrote (9080)4/15/1998 10:47:00 PM
From: uu  Read Replies (1) | Respond to of 64865
 
Alok:

You state:
> How can something be a fair value and a bargain at the same time ?

My apology, I should have just said bargain and left out the fair value part. Yes, at $37.75 SUNW will be a bargain and not neccessarily fairly valued. However at this time only I believe at $42-$46/shr SUNW is fairly valued, of course IMHO.

You state:
> For Java to deliver on its potential, performace is only one of may attributes that it will be judged on.

But believe me Alok, performance is the most important factor upon which Java will be judged in the information super highway era. At this time Java to information super highway is what electric cars are to highways! The concept is very nice and will someday be practical, however it is not practical in the real world yet.

You state:
> What may further accelerate the acceptance of Java is cheap memory and higher transmission speeds .

I agree, and no one in his right mind (IMHO) would try to argue against that. However what I am saying is that unfortunately the real world is not yet ready for Java based application due to their limitations. And because of this SUNW will be going into a stagnation period of 4-6 months until dramatic changes that are being made to the technology are completed. Companies such as Oracle will continue to go 100% behind Java and base their entire development approach on Java (as they have already) but their Java based developed applications will not be as acceptable as their traditional native applications until the underlying Java technology is improved. As a technical person I totally 100% agree with what Oracles of the world are doing, however as an investor I have come to believe that the new technology will not generate any significant revenue until all improvements in that technology are in place.

Sun's thin client/server centric computing model via Java has been accepted and will result in impressive growth for Sun, however this growth will continue to be ignored and viewed as somewhat skeptical and temporary since investors do not feel the model will become an established de facto for the industry due to the current temporary limitations that exist with Java (i.e. what I call investor's wrong perception of SUNW).

Regards,

Addi Jamshidi



To: Alok Sinha who wrote (9080)4/16/1998 9:12:00 PM
From: Michael Bukva  Read Replies (1) | Respond to of 64865
 
Actually there are cases where Java already meets or exceeds the speed of native Perl/C/C++ apps, and in many other cases network latency and disk IO are vastly greater than processing time so that application "speed" is not the critical factor in determining response times (eg: web-based database retrieval).

Replacing server-side cgi-bin scripts with Java "Servelets" can vastly improve web server performance (Java is multithreaded by default: you can spin off multiple "tasks" to handle extra user connections much more efficiently than the traditional solution, which is to start an extra copy of the cgi-bin script for each user.)

There have been proprietary attempts to provide solutions to this problem, (NSAPI, ISAPI) but they lock you into a particular web server and usually (ISAPI) a particular platform, and don't scale nearly as well as simply interfacing to what the operating system vendor has already provided in terms of multithreading facilities.

Now think of any database as just another web server. Got it ? Oracle are embedding Java in their database server, next to their traditional server side scripting solution (PL/SQL).

Trust me on this: Java usage for all kinds of servers is ramping up bigtime, and its strategic significance is not well understood by the investment community. (With all due respect, if you can't touch feel or see it, it does make it hard to explain!)

Disclaimer: I work for Sun, but I don't own any stock. Yet.
The opinions expressed here may *not* reflect those of my employer.