Read a discussion: http://www.osnews.com/comment.php?news_id=15315
and a weblog from it: http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx
"P.S. In case you were wondering, the top-6 domains in terms of page-views in
February according to Media Metrix were: 1) Yahoo, 2) MySpace, 3) MSN, 4) Ebay
, 5) Google, and 6) Hotmail.
P.P.S. 4 of the top 6 sites (MySpace, MSN, Ebay and Hotmail) run on IIS and
Windows."
Is .NET catching up?
g*****g 发帖数: 34805
2
As far as I know, Ebay is based on J2EE, http://www.sun.com/service/about/success/ebay5.html
MSN and Hotmail are owned by M$, you can't expect them to use Java.
That leaves only MySpace to be a valid example.
On the other hand, I heard M$ used many linux servers.
in
Ebay
【在 M*****r 的大作中提到】 : Read a discussion: : http://www.osnews.com/comment.php?news_id=15315 : and a weblog from it: : http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx : "P.S. In case you were wondering, the top-6 domains in terms of page-views in : February according to Media Metrix were: 1) Yahoo, 2) MySpace, 3) MSN, 4) Ebay : , 5) Google, and 6) Hotmail. : P.P.S. 4 of the top 6 sites (MySpace, MSN, Ebay and Hotmail) run on IIS and : Windows." : Is .NET catching up?
n*****t 发帖数: 6
3
我现在就学习.Net。J2EE那边老手太多了,竞争不过,还是学点新的.Net好。
in
Ebay
【在 M*****r 的大作中提到】 : Read a discussion: : http://www.osnews.com/comment.php?news_id=15315 : and a weblog from it: : http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx : "P.S. In case you were wondering, the top-6 domains in terms of page-views in : February according to Media Metrix were: 1) Yahoo, 2) MySpace, 3) MSN, 4) Ebay : , 5) Google, and 6) Hotmail. : P.P.S. 4 of the top 6 sites (MySpace, MSN, Ebay and Hotmail) run on IIS and : Windows." : Is .NET catching up?
G*O 发帖数: 706
4
ebay总有一个特别大的sun的logo在那儿,reads:
java technology powered by sun.
【在 g*****g 的大作中提到】 : As far as I know, Ebay is based on J2EE, : http://www.sun.com/service/about/success/ebay5.html : MSN and Hotmail are owned by M$, you can't expect them to use Java. : That leaves only MySpace to be a valid example. : On the other hand, I heard M$ used many linux servers. : : in : Ebay
M*****r 发帖数: 1536
5
http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx
===========================================================================
# re: Handling 1.5 Billion Page Views Per Day Using ASP.NET 2.0
Monday, March 27, 2006 2:53 PM by scottgu
Hi Rich,
I believe EBay is using SUN servers for their database and parts of their
middle-tier. But their web-front end is running on IIS and Windows (if you go
to www.netcraft.com you can verify this for any domain).
Hope this helps,
Scott
# re: Handling
【在 g*****g 的大作中提到】 : As far as I know, Ebay is based on J2EE, : http://www.sun.com/service/about/success/ebay5.html : MSN and Hotmail are owned by M$, you can't expect them to use Java. : That leaves only MySpace to be a valid example. : On the other hand, I heard M$ used many linux servers. : : in : Ebay
M*****r 发帖数: 1536
6
http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx
===========================================================================
# re: Handling 1.5 Billion Page Views Per Day Using ASP.NET 2.0
Monday, March 27, 2006 2:53 PM by scottgu
Hi Rich,
I believe EBay is using SUN servers for their database and parts of their
middle-tier. But their web-front end is running on IIS and Windows (if you go
to www.netcraft.com you can verify this for any domain).
Hope this helps,
Scott
# re: Handling
【在 g*****g 的大作中提到】 : As far as I know, Ebay is based on J2EE, : http://www.sun.com/service/about/success/ebay5.html : MSN and Hotmail are owned by M$, you can't expect them to use Java. : That leaves only MySpace to be a valid example. : On the other hand, I heard M$ used many linux servers. : : in : Ebay
g*****g 发帖数: 34805
7
http://www.sun.com/service/about/success/ebay5.html
check this article, the Windows and IIS are only hosting
some static web content. Anything behind there are J2EE based.
And usually the bottle neck of most applications are either
in DB, or in middle tier, web tier can be easily clustered and
was seldom the problem.
【在 M*****r 的大作中提到】 : Read a discussion: : http://www.osnews.com/comment.php?news_id=15315 : and a weblog from it: : http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx : "P.S. In case you were wondering, the top-6 domains in terms of page-views in : February according to Media Metrix were: 1) Yahoo, 2) MySpace, 3) MSN, 4) Ebay : , 5) Google, and 6) Hotmail. : P.P.S. 4 of the top 6 sites (MySpace, MSN, Ebay and Hotmail) run on IIS and : Windows." : Is .NET catching up?