Why does it take so long for them to FREAKIN update the servers? They already have the horses from.Mac, what is the issue here? If any sys admins could respond, please clear up my thinking...
Okay, Ill respond to this. I am a long time Unix SysAdmin for a major web company. I can tell you that 90% of the time, the code I get from my developers has bugs that cause issues like we are seeing here. You have to understand, most developers, at least the ones I know, have an awesome knowledge about how libraries work and such, and programming concepts, but dont know the UNIX system that well. Additionally they don't always think of things from an operations standpoint. Lots of times, I get apps that pull info from DB's, and the developers do stupid things like doing a full table scan to get row count. They never think there are going to be millions of rows in the DB. Then you couple this with user load, and you have a problem. Memory leaks are also an issue. In the world of web application development, I have noticed issues that only creep up under load. IE in QA the code runs great but as many start to hit it, there are slow memory leaks that compound very quickly and cause the app to melt down. Apple developers are the cream of the crop and I am sure their SysAdmins are as well. This is just a normal reality of web 2.0 development that nobody is immune to. Be patient and give them time. I am pretty sure that their crew of developers, QA folks and SA's have been working without sleep for over a day now.