hi all. what is the programming languages that google use for developing its projects(c++,Java(J2EE),and which database they are using(oracle,mySQL..etc) i think they are using(J2EE including EJB),and Oracle Database,,,right?
Chetan Parekh
Ranch Hand
Joined: Sep 16, 2004
Posts: 3636
posted
0
I believe Google will not be happy if outsiders know all these information.
I've also seen references to Sawzall, a Google proprietary internal programming language focused on productivity and performance. That sounds like a tough combination.
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
EJB ? Ofcourse ... NOT ! EJB has the infamouse history of being poor regarding the performance. Personally I think they use C, C++ and Python (I don't think they use a commercial language such as Java or C#) For the database ? a flat file maybe
Zip Ped
Ranch Hand
Joined: Jul 26, 2005
Posts: 336
posted
0
John, you might be mistaken...they use Java too.
Richard Green
Ranch Hand
Joined: Aug 25, 2005
Posts: 536
posted
0
my friend works for Google and he says that they use c#
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
I have a doubt on how they use C# [ October 18, 2006: Message edited by: Arun Kumar ]
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
[Arun]: I have a doubt on how they use C#
And your "doubt" is...?
Usually when Indians say "doubt" I assume they mean "question". In this case, that rule seems to break down. If you have a question - well, what is it? If you have a doubt (in the usual meaning of the word in all other English-speaking countries) - well, what is it? This post seems too vague to make sense of. What are you trying to say here?
"I'm not back." - Bill Harding, Twister
Ashok Mash
Ranch Hand
Joined: Oct 13, 2000
Posts: 1936
posted
0
Originally posted by Arun Kumar: I have a doubt on how they use C#
As another Indian, I would understand it as "I doubt if they use C#", as in he doesn't think Google uses C#, at all. I could be wrong...
Dave Lenton
Ranch Hand
Joined: Jan 20, 2005
Posts: 1241
posted
0
Originally posted by Jim Yingst: Usually when Indians say "doubt" I assume they mean "question". In this case, that rule seems to break down. If you have a question - well, what is it? If you have a doubt (in the usual meaning of the word in all other English-speaking countries) - well, what is it? This post seems too vague to make sense of. What are you trying to say here?
Someone (Churchill?) once said that the English and the Americans are two peoples separated by a single language. Perhaps Indians should join that group!
There will be glitches in my transition from being a saloon bar sage to a world statesman. - Tony Banks
AS Ashok said I didnt think that they are using C# because I thought C# can be used along with Windows only and Google was saying that they used mostly linux based machines
After a quick search I found that C# can be used in linux also
Jeroen T Wenting
Ranch Hand
Joined: Apr 21, 2006
Posts: 1847
posted
0
well, Google writes software for use on Windows machines (that darn Goooooooooogle toolbar for example) and more frequently buys companies that do that.
42
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
posted
0
Sawzall Paper. Describes the Google File System (... a document repository (the result of a web crawl) holding a few billion HTML pages might be stored as several thousand files each storing a million or so documents of a few kilobytes each, compressed..."), how WorkQueue builds a virtual time sharing system out of thousands of computers, how MapReduce executes a program across the cluster and reduces the results, and how a 10 line Sawzall program can do the work of 100-200 lines of C++ [ October 19, 2006: Message edited by: Stan James ]