Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Oh no, Yahoo's system works and is stable! (Score 1) 779

I attended this session. They never said they were reimplementing all of their C/C++ in PHP. They use C/C++ for all of the heavy duty backend processing. Currently, they have a mish mash of templating languages to call C/C++ routines and put pages together to serve up to the end user. They are simply replacing these scripting languages with PHP. Rasmus Lerdorf (who's now working at Yahoo) said in his keynote that he doesn't think implementing loads of business logic in PHP is a good idea for large sites. Instead he's a proponet of doing the intense stuff in C/C++ and using PHP as a wrapper for that code.

Slashdot Top Deals

Is your job running? You'd better go catch it!

Working...