submissions?
last avs pack was added to the plugins section on august 31st. what happened, is 2400 the limit the site can take? 😛
27 posts
Originally posted by Doggy DogHah, you'll be waiting some time then....
I will get on it as soon as the problems with the system are gone. If they are already (didn't check yet), I'll start reviewing today.
Originally posted by DrOYour post reminds me about when my packs all went missing for some reason.
Nanakiwurkz: the main issue with things is that it has to run through multiple layers of servers...
Originally posted by CraigFWhats so difficult about synchronising servers? 😛
Its not the database thats broken, its the synchronization.
Winamp.com runs on many servers, AOL's distribution servers (like download.winamp.com) run on yet more. Remember, one address doesn't mean anything, there are virtual addresses, clustering and round robins in place to handle all the traffic.
And each of those servers has to be synchronized.
Originally posted by Warrior of the LightI do throw that word around a lot. What I normally mean by it is that I can think of multiple possible (I'm not always right of course) solutions instantaneously.
what problem isn't trivial to you? 🙂
Originally posted by jherikoJheriko your right in many cases but when it comes to webservers the problem is more then manpower and the database.
I do throw that word around a lot. What I normally mean by it is that I can think of multiple possible (I'm not always right of course) solutions instantaneously.
In this case, synchronising servers... I assume this means synchronising their databases/settings. There are several approaches to this. The obvious is just to copy the data continually, keeping track of what time everything is being synchronised up to (to avoid potential problems from new data).
An even better way is that when the database/settings are updated on any server the updates are propogated to each server, any server which is offline will needs its updates stored until it comes online. This way you need to do no synchronisation except at the start.
These are both trivial solutions to the problem. The time taken to type this message is substantially greater than the time it took me to "come up" with these.
Of course, its entirely possible that I am misinterpreting "server synchronisation". I find it unlikely that any team of developers is going to miss the obvious like this... so there is likely something that I am missing...
Saying that I work in a company where trivial problems are left undealt with creating £100,000s of redundant expenditure (my entire department does the job of a query, manually) and the development teams here are oversized and underproductive. Although here it is quite obviously a management problem... I have let my management know that our entire department could be automated out of existence in a couple of weeks... but "outsourcing" is the solution of choice, presumably because with sufficient ignorance it looks cheaper. The IT usage here is exceptionally appalling though... and probably the exception rather than the rule.