Page 1 of 2 [ 19 posts ]  Go to page 1, 2  Next

Tim_Tex
Veteran
Veteran

User avatar

Joined: 2 Jul 2004
Age: 45
Gender: Male
Posts: 46,166
Location: Houston, Texas

23 Jan 2009, 7:58 pm

Is there a point where the number of posts automatically rolls back to zero after reaching a certain number?



silentbob15
Veteran
Veteran

User avatar

Joined: 15 Mar 2008
Age: 49
Gender: Male
Posts: 802

23 Jan 2009, 8:27 pm

haha its not a car odometer, but I think Alex would set you back if you asked, when do you think you will reach 25000.



Tim_Tex
Veteran
Veteran

User avatar

Joined: 2 Jul 2004
Age: 45
Gender: Male
Posts: 46,166
Location: Houston, Texas

23 Jan 2009, 8:28 pm

I was just curious.



Arcanyn
Toucan
Toucan

User avatar

Joined: 15 Jan 2009
Age: 40
Gender: Male
Posts: 250
Location: Adelaide, South Australia

24 Jan 2009, 2:42 am

Well, I imagine if your number of posts exceeded 2^(total number of bits in the entire internet), then there would not be enough space to represent the number and it would be necessary to re-set it. Of course, the actual maximum will be much lower than this, as we must take into account the space taken up by the posts themselves, and also the fact that much of the available space on the internet is already taken up by other stuff.



Rjaye
Veteran
Veteran

User avatar

Joined: 4 Nov 2006
Age: 63
Gender: Female
Posts: 823

24 Jan 2009, 3:17 am

I don't think your post count rolls back, but you may need maintenance.

Your mileage may vary.



TallyMan
Veteran
Veteran

User avatar

Joined: 30 Mar 2008
Gender: Male
Posts: 40,061

24 Jan 2009, 5:08 am

It depends on the data type used to store post counts in the database. Typical data types and maximum positive values are:

int16 = 32767

unsigned short = 65,535

unsigned integer = 4,294,967,295

unsigned long = 18,446,744,073,709,551,615

So the worst case scenario would be 32,767 posts maximum. If you exceeded the maximum value one of several things would happen:

1) WP would crash!

2) Your post count would go back to zero.

3) Your post count would go large and negative e.g. to -32,766

4) The count may be programmed to only be incremented by one if it is less than the maximum value, in which case you would hit the maximum and the count would never go beyond that.


_________________
I've left WP indefinitely.


Xelebes
Veteran
Veteran

User avatar

Joined: 12 Apr 2008
Age: 39
Gender: Male
Posts: 1,631
Location: Edmonton, Alberta

24 Jan 2009, 12:14 pm

Most likely unsigned integer value 2^32-1.

You still have a long way to go.

I've seen some posters get to a million posts before (and legitimately post that much, not actually set at a high number.)



spudnik
Veteran
Veteran

User avatar

Joined: 19 Feb 2008
Age: 63
Gender: Male
Posts: 2,992
Location: Calgary, Alberta Canada

31 Jan 2009, 2:27 pm

Xelebes wrote:
Most likely unsigned integer value 2^32-1.

You still have a long way to go.

I've seen some posters get to a million posts before (and legitimately post that much, not actually set at a high number.)

Tim you have alot of posting to do, your slacking.



garyww
Veteran
Veteran

User avatar

Joined: 28 Nov 2008
Age: 77
Gender: Male
Posts: 2,395
Location: Napa, California

31 Jan 2009, 2:59 pm

25,000 posts or a new keyboard whichever comes first.


_________________
I am one of those people who your mother used to warn you about.


sinsboldly
Veteran
Veteran

User avatar

Joined: 21 Nov 2006
Gender: Female
Posts: 13,488
Location: Bandon-by-the-Sea, Oregon

01 Feb 2009, 5:40 pm

garyww wrote:
25,000 posts or a new keyboard whichever comes first.

the only new keys he would need on the keyboard would be
"w e l c o m e t o W r o n g P l a n e t."

:lol:

Merle


_________________
Alis volat propriis
State Motto of Oregon


jrknothead
Veteran
Veteran

User avatar

Joined: 3 Aug 2007
Gender: Male
Posts: 1,423

01 Feb 2009, 9:42 pm

sinsboldly wrote:
garyww wrote:
25,000 posts or a new keyboard whichever comes first.

the only new keys he would need on the keyboard would be
"w e l c o m e t o W r o n g P l a n e t."

:lol:

Merle


He'd also need " I h e a r d a b o u t t h i s " :)

Just kiddin Tim... ;)



sinsboldly
Veteran
Veteran

User avatar

Joined: 21 Nov 2006
Gender: Female
Posts: 13,488
Location: Bandon-by-the-Sea, Oregon

02 Feb 2009, 1:17 am

jrknothead wrote:
sinsboldly wrote:
garyww wrote:
25,000 posts or a new keyboard whichever comes first.

the only new keys he would need on the keyboard would be
"w e l c o m e t o W r o n g P l a n e t."

:lol:

Merle


He'd also need " I h e a r d a b o u t t h i s " :)

Just kiddin Tim... ;)


:lol: just kiddin' Tim. . .congratulations!

Merle


_________________
Alis volat propriis
State Motto of Oregon


Keith
Veteran
Veteran

User avatar

Joined: 12 Aug 2008
Age: 41
Gender: Male
Posts: 2,321
Location: East Sussex, UK

02 Feb 2009, 2:11 am

I'm not sure why people are so insistent on posting when they reach a certain number of posts. Maybe every 1,000 posts, then to every 500, although after reaching 10,000 posts, posting a celebration would be similar to making a post about getting another number in sequence. I once posted about this and saw that some people just added to it with "congratulations" without reading what it was about.....

Proof that not everyone reads everything.

Celebrations would be best made using 1K 5K 10K 15K 25K 50K ... rather than just every 500 ...



TallyMan
Veteran
Veteran

User avatar

Joined: 30 Mar 2008
Gender: Male
Posts: 40,061

02 Feb 2009, 5:40 am

sinsboldly wrote:
garyww wrote:
25,000 posts or a new keyboard whichever comes first.

the only new keys he would need on the keyboard would be
"w e l c o m e t o W r o n g P l a n e t."

:lol:

Merle


He has a larger vocabulary than you give him credit for. He would also need the following:

"B u n n i e s" and "I W i n A g a i n" not to mention "M e t o o".

(Sorry Tim :wink: )


_________________
I've left WP indefinitely.


Tim_Tex
Veteran
Veteran

User avatar

Joined: 2 Jul 2004
Age: 45
Gender: Male
Posts: 46,166
Location: Houston, Texas

06 Feb 2009, 5:19 pm

I am actually planning on "retiring" from WP as of my 25,000th post.



Greyhound
Veteran
Veteran

User avatar

Joined: 9 Apr 2008
Age: 36
Gender: Female
Posts: 1,191
Location: Birmingham, UK

06 Feb 2009, 5:25 pm

Tim_Tex wrote:
I am actually planning on "retiring" from WP as of my 25,000th post.

No! :(


_________________
I don't have Aspergers, I'm just socially inept

Dodgy circuitry! Diagnosed: Tourette syndrome. Suspected: auditory processing disorder, synaesthesia. Also: social and organisation problems. Heteroromantic asexual (though still exploring)