View Single Post
Old 02-06-2005, 12:03 PM   #4
Vaskez
Takhisis Follower
 

Join Date: April 30, 2001
Location: szép Magyarország (well not right now)
Posts: 5,089
Quote:
Originally posted by dplax:
Not all threads are updated at the same time. Just imagine that for higher post count members this could mean updating more than a thousand threads at the same time. That would put quite a load on the servers.
Nah it wouldn't. Member details are stored in a database and a simple SQL command such as UPDATE members SET postcount=newnum should do it. If the software is clever it reads the postcount from one single place for all posts. Similarly, it should be very easy to manipulate thousands of posts by a single user with a simple SQL statement.

I don't see any reason for forum rank not to change on all posts unless the board software was coded very inefficiently and stores the member details along with each post - it should read them from one central table as I said.

[ 02-06-2005, 12:09 PM: Message edited by: Vaskez ]
__________________
Too set in his ways to ever relate
If he could set that aside, there'd be heaven to pay
But weathered and aged, time swept him to grave
Love conquers all? Damn, I'd say that area's gray
Vaskez is offline   Reply With Quote