Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> What Is Programming Language Of Google Etc.?
itssami
post Mar 21 2006, 07:58 AM
Post #1


Super Member
*********

Group: Members
Posts: 258
Joined: 13-November 05
Member No.: 14,234



Im just curious to know , which is the programming language behind the following websites.if u know anyone/all of them please tell me.

1- ebay.com
2- amazon.com
3- msn.com ( i assume asp.net)
4- yahoo.com
5- google.com

As i mentioned in previous posts that im in learning mode smile.gif so i just ask sometimes stupid questions.. and i have to confess that this forum is very excellent place , since its not only providing the free hosting , it is giving me so much knowledge , what Google or others cant give smile.gif thank you for support always.
Go to the top of the page
 
+Quote Post
T100
post Mar 21 2006, 04:10 PM
Post #2


Super Member
*********

Group: Members
Posts: 282
Joined: 17-December 04
Member No.: 2,764



People say that google is using a varient of BSD, which is a Unix system. BSD, like Unix, is written in C / C++ mainly. The distributed crawling and caching of data, must be an application buit on the OS, and I suppose they are still written in C / C++. Scripts are too slow for the purpose. The integration with database may be easier , but speed is more important. Yahoo is running BSD too. BSD systems are known to be very stable, probably more stable then Linux and definitely more stable than M$ crappy products.
Go to the top of the page
 
+Quote Post
Inspiron
post Mar 21 2006, 04:37 PM
Post #3


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,203
Joined: 25-March 05
Member No.: 4,883



I assuming you are asking what scripts they are using for their webpages. The only thing we know will be the type of server-side scripting they are using. Database or how they manage their data, we will not know as it is done on the servers and is inivisible to us.

Ebay.com
Most probably JSP. The hint if from the Java logo on it's page. The site is powered by Java.

Amazon.com
Not quite sure. The URL in Amazon are pretty well hidden and the technology used is not very obvious.

Msn.com
ASP definately. It's part of a Microsoft site. We will be laughing if they use any others.

Yahoo.com
Same as Amazon.com, the URL used are pretty well hidden and the technology used is not very obvious.

Google.com
Same as Amazon.com, the URL used are pretty well hidden and the technology used is not very obvious. But I believe Google is using PHP with Zend to speed up processes.
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 21 2006, 08:24 PM
Post #4


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,153
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol



I would presume that Amazon uses C, C++, Java or Perl, as a job advert for a web operator at their UK office reads:
QUOTE
If you have delivered robust, mission-critical applications using C/C++, Perl or Java on UNIX, we want to talk to you.


Using the same technique with Yahoo, they seem to use a combination of the same stuff as Amazon, although a larger focus is placed on C++ as the basis of the system, and other languages used purely to display it on the web.
QUOTE
primarily C++ libraries accessed directly and through Perl, Python, PHP wrapper


Google seems to have gone the whole hog, and has used virtually every programming language under the Sun. Some parts of the site have been done in Python, as shown with the URLs, other bits appear to be in PHP and they advertise for people with skills in C++, Java and Perl.

Then again, I could be totally wrong.
Go to the top of the page
 
+Quote Post
BordaForx
post Mar 21 2006, 09:58 PM
Post #5


Super Member
*********

Group: Members
Posts: 420
Joined: 11-June 05
From: United States of America
Member No.: 8,099



Wow, I never really knew that. I'm very interested in what Yahoo! used though. smile.gif
Go to the top of the page
 
+Quote Post
sportytalk
post Mar 22 2006, 10:52 PM
Post #6


Super Member
*********

Group: Members
Posts: 326
Joined: 7-October 05
Member No.: 12,650



Thanks for the list. It's quite cool just thinking about the language these well known sites use server side for its users. I always thought search engines would have used asp, cgi, php, jsp or something else like that, for the simple reason that they need to be able to execute database commands promptly to produce the relevant information for the users.

I reckon the truth is, as mentioned briefly above, that these sites don't just use one programming language, I reckon they use a variety of different programming languages.

Still, this is just one of those things we will never have the answer for! sad.gif

This post has been edited by sportytalk: Mar 22 2006, 10:52 PM
Go to the top of the page
 
+Quote Post
Florisjuh
post Apr 3 2006, 02:42 PM
Post #7


Proud to be hosted
*********

Group: Members
Posts: 992
Joined: 11-July 04
From: NL
Member No.: 75



Yeah they probably use very much different programming languages, remember, a mixed flavor is the best flavor! smile.gif

Nice research done by some people by the way!
Go to the top of the page
 
+Quote Post
unicornrose
post Apr 3 2006, 11:25 PM
Post #8


A smile is a golden drop of sunshine for one tiny moment.
*********

Group: Members
Posts: 294
Joined: 6-March 05
From: I live near the Mouse on the Pacific Side in the US.
Member No.: 4,188



In addition to the engines that power the searches alot of those sites also use CSS or style sheets and various forms of html. Did you know that those sites where you can not change the size of the fonts with your browser are usually done with style sheets? Style sheets can standardized your font size and look.

Go to the top of the page
 
+Quote Post
jaylin
post Apr 4 2006, 10:04 AM
Post #9


Newbie
*

Group: Members
Posts: 6
Joined: 4-April 06
Member No.: 21,290



QUOTE(unicornrose @ Apr 3 2006, 11:25 PM) *

In addition to the engines that power the searches alot of those sites also use CSS or style sheets and various forms of html. Did you know that those sites where you can not change the size of the fonts with your browser are usually done with style sheets? Style sheets can standardized your font size and look.

i have seen .aspx in the google website. but, this is not the original langauge of the google. also, asp.net language is not the only one language for this website. for this data access (database) i have no idea. but, they pointing (index) of the db is pretty great ...