Providing a simple status check will not take as much processing power (and certainly not bandwidth) that everyone thinks it will.
First of all, another database will not need to be made. ODP maintains a DB of listed and pending sites, how else would people be able to "check" the status manually?
First off, look at the amount of traffic here for people asking about Domains. I've read through many threads here before, and notice that not huge sums of people are checking status every day. If an editor will "edit" me here and let me know if I am missing something,
When checking the status of a site submit, I imagine the editor goes to the category page, logs in to it, and is able to view the pending sites? So, the editor goes into the directory page, and then logs in (I’m sure with 128 bit encryption)? and then is shown a database driven page where pending sites are displayed, along with the dates of the site submit?
If a status check is being performed in an area where there are 300 sites pending, that is a TON of processing power devoted to SELECT * FROM tblpending WHERE site='"site"' and then the appropriate
do until pending.EOF
response.write "siteurl", "submitdate"
loop
This is obviously a very crude example of pulling out fields from a database to fill in a webpage to show the pending sites for that category, but no one said that a system for automated status check has to be complicated.
With an automated system, a user could go to the category page where he/she submitted, type in the URL he/she wants to check, and scan through the same database file. In this case, bandwidth and processing power would be saved by not needing to log into the site as an editor via 128 bit (= mucho processing power and some bandwidth transferred from user to server) and then pull ALL the pages waiting for editing.
Having a system where the checking mechanism ONLY checks, and does not write anything to a database (i.e. when the user last checked, how many times he/she has checked, etc) will save disk space, server processing cycles, and bandwidth.
If the way that editors here go about checking status of a submitted site is that they go to the category page (hence want a clickable link to the exact category submitted to), log in, and then look through pending sites. If more steps are involved, (e.g. showing all sites, and then having an area where an editor can enter in a URL to check status of), the amount of bandwidth used, processing power, and editor man-hours spent checking status would only increase.
By saying that "processing power and bandwidth would skyrocket" with an automated system is the exact opposite of what the case would actually be. Processing power and bandwidth would be SAVED by having an automated system, and not an archaic editor powered status check system.
Editors do a good job of keeping the ODP a great resource for the entire world to use, and multiple SE to provide relevant results. Having a simple site status check would not only save bandwidth, server power (= $$$$) but it would also let editors do what they do best; find good sites for the world to benefit from.
Many people in the IT world that I encounter at various meetings and seminars around the world are not too fond of ODP in the recent months. Everyone will certainly agree that the ODP is a great resource, and the editors do a great job, but the whole process is not as efficient as it should be (in some people’s words). Denying users of the ODP access to new sites for sometimes over a year is making the ODP loose creditability, and shows lots of room for improvement. (Again, in some peoples minds don't attack me for this statement!)
It would be interesting to here a description of exactly what the process that editors go through to check the status of the site, and guesstimate some processing cycles and bandwidth transfers involved, compared with a simple automated system, and see what would actually be "saving bandwidth and processing power"
"Staff has clearly stated in the (recent) past that this sort of thing is not something they plan on doing now, or in the future. Not much point in entertaining, debating, and discussing it."
-Debating and discussing things is what humans do best. To simple say that their is "not much point debating or discussing it" insults the evolution of man.
Thanks to all ODP editors who make this a better searchable web!