>>2
Are servers such a big expenditure for google? http://www.searchenginepeople.com/blog/google-largest-site-world.html 1 billion unique visitors per month.
Doesn't look like a big number in today's terms. Maybe a few terrabytes of HTTP transfers, while most work is done by Apache, which is C/C++ program.
Name:
Anonymous2012-03-19 21:39
is that why videos often quit loading partway through for no reason
>>10
Is it really worth the investment when their current systems are working? It makes sense to use Go for new projects, not for established and operational systems.
Name:
Anonymous2012-03-20 2:17
>>8
I suspect that problem is with Flash, not Python. I think Flash wasn't designed to handle connections that are dropped for too long. I think this because as soon as I refresh the video page, the video usually resumes downloading from where it left off.
Name:
Anonymous2012-03-20 2:38
>>7
They don't use Apache, do you seriously believe that Apache can handle that workload? Please, it's good for toy servers but not much else.
Name:
Anonymous2012-03-20 2:46
>>14 implying they don't use Apache as a base then improving it to meet their needs
>>10
It's doesn't matter whether it's compiled or interpreted if it has garbage collection. It's "compiled to disk" vs. "compiled to memory". Oh, yes, loading times...