User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the DaniWeb Community Feedback section within the Coffee House category of DaniWeb, a massive community of 392,092 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,897 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our DaniWeb Community Feedback advertiser:
Views: 908 | Replies: 11
Reply
Join Date: Aug 2006
Posts: 999
Reputation: EnderX is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
EnderX EnderX is offline Offline
Posting Shark

Daniweb link history - apparent error

  #1  
Aug 14th, 2007
I'm sorry if the title isn't the most informative, but this is something that I've had happen to me twice recently. I don't know if it's a problem on my end, I don't know if it's something that really needs to be worried about, but I thought I'd toss it out so that those more knowledgeable than I could take a look at it.

Twice recently, I've apparently had my links history undone. That is, threads that I had visited, which had previously had the 'already visited' link style (non-bolded), were once more in the bolded, 'unread' style. Additionally, the 'New Subscribed Threads' space in my control panel reloaded itself with threads I'd already been to that hadn't been updated since that time. I had not manually logged out at either of these times.

I do not know what caused the problem the first time. The second time, the problem appeared after I hit the refresh button on my browser twice, as the server appeared to be taking too long on the first refresh...that is, the green progress bar at the lower left corner of my Firefox window was visible but empty, and remaining so. I do not know that my double-refresh was what caused the problem, but it is the only thing I can think of that I did about the time the situation occured.

I do not know that this is a critical problem. After all, all that's really happened is that I've regained some old items in the control panel, and I've had to go by memory in figuring out what I've already looked at in the threads. It's not a hardship, it's just something I was curious about. I simply thought I'd toss it out to see if anyone knows anything about why it's happening, or so that any appropriate steps can be taken should they be needful.

-EnderX
"No trees were harmed in the production of this post. However, several electrons were severely inconvenienced."

Kumquat.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2006
Location: Canada
Posts: 4,446
Reputation: John A is a glorious beacon of light John A is a glorious beacon of light John A is a glorious beacon of light John A is a glorious beacon of light John A is a glorious beacon of light 
Rep Power: 15
Solved Threads: 265
Moderator
Staff Writer
Featured Blogger
John A's Avatar
John A John A is offline Offline
Vampirical Moderator

Re: Daniweb link history - apparent error

  #2  
Aug 14th, 2007
This problem has been repeatedly happening to me over the past few days. It occurs most often when I'm switching browsers, which shouldn't be a problem since this site, to my knowledge, does not use cookie-based tracking on logged-in members. It would be rather nice to have this fixed.
tuxation.com - Linux articles, tutorials, and discussions
Reply With Quote  
Join Date: Jan 2007
Posts: 2,510
Reputation: MidiMagic is on a distinguished road 
Rep Power: 7
Solved Threads: 105
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Posting Maven

Re: Daniweb link history - apparent error

  #3  
Aug 16th, 2007
DSid someone change the system clock? I can imagine this causing such behavior.
Last edited by MidiMagic : Aug 16th, 2007 at 2:07 am.
Daylight-saving time uses more gasoline
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,879
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 107
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Daniweb link history - apparent error

  #4  
Aug 16th, 2007
The table in the database which stores which of the latest threads have been read has recently been changed to a HEAP memory structure, which means that it's now completely stored in RAM. This was done because, as you can imagine, the table gets written to every time a member views a thread, so there is a speed improvement there, as the old MyISAM table format succumbs to table locking (meaning the entire table locks up when it's being changed, so multiple writes must wait in line).

However, I believe that the database server was restarted once or twice over the past couple of days, and when that happens, all of its HEAP tables get wiped out.

Let's gie it a couple more days as I'm not sure if the problem is the HEAP structure to begin with, or if it's restarting the db that caused the problems.
Reply With Quote  
Join Date: Aug 2006
Posts: 999
Reputation: EnderX is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
EnderX EnderX is offline Offline
Posting Shark

Re: Daniweb link history - apparent error

  #5  
Aug 16th, 2007
Just had the following occur: A 'Server is taking too long' error on attempting to refresh the Perl forum page, a database error on trying to refresh the Geek's Lounge page, and a repitition of the incident; all of the links and control panel stuff just showed up again.
"No trees were harmed in the production of this post. However, several electrons were severely inconvenienced."

Kumquat.
Reply With Quote  
Join Date: Dec 2005
Posts: 2,587
Reputation: The Dude is an unknown quantity at this point 
Rep Power: 8
Solved Threads: 24
The Dude's Avatar
The Dude The Dude is offline Offline
Posting Maven

Re: Daniweb link history - apparent error

  #6  
Aug 16th, 2007
The best way to do it is by using 'COOKIE BASED THREAD TRACKING' its the least resource heavy on the DB and works much better Dani
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,879
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 107
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Daniweb link history - apparent error

  #7  
Aug 16th, 2007
Unfortunately we have a great many members who visit DaniWeb from both home at work machines, or their laptops, or all sorts of multiple machines. (The vast demographic, actually) Therefore, cookie-based tracking isn't ideal because it doesn't carry over between machines. Additionally, a couple of the moderators and regulars within the Tech Talk forums frequently clear out their cookies (a few times a day) when helping to debug browser issues. (This was brought to my attention at a previous time when I introduced cookie-based tracking for something.)
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,879
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 107
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Daniweb link history - apparent error

  #8  
Aug 16th, 2007
Originally Posted by EnderX View Post
Just had the following occur: A 'Server is taking too long' error on attempting to refresh the Perl forum page, a database error on trying to refresh the Geek's Lounge page, and a repitition of the incident; all of the links and control panel stuff just showed up again.
We were having server troubles.
Reply With Quote  
Join Date: Jun 2006
Location: India
Posts: 6,775
Reputation: ~s.o.s~ is a splendid one to behold ~s.o.s~ is a splendid one to behold ~s.o.s~ is a splendid one to behold ~s.o.s~ is a splendid one to behold ~s.o.s~ is a splendid one to behold ~s.o.s~ is a splendid one to behold ~s.o.s~ is a splendid one to behold 
Rep Power: 23
Solved Threads: 330
Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Rebellion Revamped

Re: Daniweb link history - apparent error

  #9  
Aug 17th, 2007
This notification thing is killing me. Even when I click on those threads _again_, they still refuse to move out of my CP. Any idea WTH is going on?
"I don't accept change. I don't deserve to live."

"Working a real job is a win if you're lazy, greedy, or unmotivated. If you're average, you fit right in. And if you're above average, the basic terms of employment and premise of the arrangement is against your interests."
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: Daniweb link history - apparent error

  #10  
Aug 17th, 2007
Any idea WTH is going on?

-Code creep.

-Victim of it's own success.

-leaky abstraction (trying to abstract away the fact that http is conectionless, which is like saying windscreen wipers mean it's not raining anymore mr driver, no really, it isn't!)

-Proxy servers (You cached/stripped my what? gee thanks that's really helpful, I got outdated junk. Well at least I got it real fast!)

.
.
.

I could go on.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb DaniWeb Community Feedback Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the DaniWeb Community Feedback Forum

All times are GMT -4. The time now is 12:42 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC