500 Messages per Frame!
#6
Guest
Posts: n/a
I've a feeling that if everybody starts loading 500 or more thread titles in the left frame, the site will eventually call for mercy
<BR><BR>Look at it as the threads beeing stored in a computer disk at random. All threads have a forum flag and a time flag (last reply time). Oracle search function must now retrieve all threads bearing the fid=2 flag (Europe) and order them by time flag, displaying "rows" number of threads. Of course, Fodor's programmer is smart and he may doing such a search from time to time (say every minute or two) and cash the result. So, when one orders such a search one is actually only retrieving the info that was cashed (and not performing a search from scratch). What's unknown is how many rows the programmer has set the computer to cash (50, 100, 300?). <BR><BR>Paulo<BR><BR>PS. This cashing procedure may explain why not necessarily a thread is immediately sent to the top when posted ... it may be because the procedure indeed only performs REAL searches at set times.
<BR><BR>Look at it as the threads beeing stored in a computer disk at random. All threads have a forum flag and a time flag (last reply time). Oracle search function must now retrieve all threads bearing the fid=2 flag (Europe) and order them by time flag, displaying "rows" number of threads. Of course, Fodor's programmer is smart and he may doing such a search from time to time (say every minute or two) and cash the result. So, when one orders such a search one is actually only retrieving the info that was cashed (and not performing a search from scratch). What's unknown is how many rows the programmer has set the computer to cash (50, 100, 300?). <BR><BR>Paulo<BR><BR>PS. This cashing procedure may explain why not necessarily a thread is immediately sent to the top when posted ... it may be because the procedure indeed only performs REAL searches at set times.


