saying it twice, saying it thrice
#1
Posted 14 May 2000 - 22:55
It isn't uncommon to find duplicated posts in a thread. (I think I once saw a triplicated post!) It wouldn't be difficult to filter out duplicated posts via the number of characters in the post and the post's CRC32.
Presuming that there is some sort of a database within which all these posts are stored, not accepting duplicated posts should be relatively simple. Setup would require the addition of a length and checksum field. From then on accepting a post requires that it have a unique length & checksum - otherwise it is ignored as something that was already posted.
Advertisement
#2
Posted 15 May 2000 - 00:14
#3
Posted 15 May 2000 - 01:14
"Somewhere in the back" there is a database of post and threads. It isn't feasible to have a server with pages and pages on static data that is continuously updated. Each page is generated upon demand - that means that on the server side a some form of query (note that I'm not saying that it is SQL based.) is executed, creating the HTML that is handed to your browser.
Each post goes into this database along with several other fields, date-time, poster, blah blah blah.
#4
Posted 18 May 2000 - 01:09
We are busy transferring to a new Bulletin Board system where, among other features, the double-submit will no longer occur.
#5
Posted 18 May 2000 - 01:46
#6
Posted 18 May 2000 - 02:52
#7
Posted 18 May 2000 - 07:13
Originally posted by f li:
Ripples,
"Somewhere in the back" there is a database of post and threads. It isn't feasible to have a server with pages and pages on static data that is continuously updated. Each page is generated upon demand - that means that on the server side a some form of query (note that I'm not saying that it is SQL based.) is executed, creating the HTML that is handed to your browser.
Each post goes into this database along with several other fields, date-time, poster, blah blah blah.
f li, you will be surprised... UBB sucks, and you pretty much described right now what it DOESN'T do, and why it sucks
I'm glad to hear Atlas F1 is replacing the BB.