English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Did yahoo use php for making their search engine ? Can php be used for more complicated web applications such as search engine and still work fast ?
Thanks

2006-07-05 08:00:48 · 4 answers · asked by New User 1 in Computers & Internet Software

4 answers

nope, php is a scripting language, meaning it needs to be intrepreted before it can be run. If Yahoo handles its queries with php scripts as its search engine, it would need a tremendous amount of computing power to run Yahoo. So it is more likely that Yahoo uses a compiled code (normal executables), which is much faster to run and easier on the processor.

It is possible for Yahoo to handle it's other things with php or similar technologies, but certainly, not it's search engine.

Note: it is possible to create a small scale search engine with PHP, but it is fairly impossible to expand it into large scale search engine like Yahoo or Google without an unlimited amount of computing power.

2006-07-05 08:36:09 · answer #1 · answered by Lie Ryan 6 · 1 0

PHP and JAVA are too slow, Although, theoretically they could have a special (and secret) native optimized compiler fot java code - unlikely. They are probably using a mix of languages (PHP?, Java, C++) but with C at the most critical parts, and re-wring from the other languages to C all the time. Probably yahoo does the same. I bet microsoft (bing) uses C# which, is more or less equivalent to C/C++, and/or Visual Basic. The most recent versions of Microsoft Visual Basic are very powerful and fast.

2016-03-27 05:02:17 · answer #2 · answered by Anonymous · 0 0

i didn't saw... Php Codes in yahoo search... so i don't think it;s made from PHP... but PHP is most widely used.. lang today, since Very complicated things.. like yahoo answers larger forums can be handled by single PHP script

2006-07-05 08:08:42 · answer #3 · answered by Umax 5 · 0 0

NOpe

2006-07-05 08:12:00 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers