|
-
Jul 14th, 2008, 12:59 PM
#1
Is it cache problem?
wodering if other can see this...
in post http://www.vbforums.com/showthread.php?t=531465
On main page i see my name(Page1.jpeg) tough OP is the Last person (Page2.jpeg) to reply this thread?
__________________
Rate the posts that helped you 
-
Jul 14th, 2008, 01:04 PM
#2
Re: Is it cache problem?
I see it too and thanks for pointing it out. I'll have someone look into the problem. BTW I've closed the thread until we find out what's wrong.
-
Jul 14th, 2008, 01:08 PM
#3
Re: Is it cache problem?
seems out timing of post was exact
__________________
Rate the posts that helped you 
-
Jul 14th, 2008, 01:10 PM
#4
Re: Is it cache problem?
Yes, that could be the reason.
-
Jul 14th, 2008, 04:42 PM
#5
Re: Is it cache problem?
let's see what happens if I rebuild forum information
-
Jul 14th, 2008, 04:43 PM
#6
Re: Is it cache problem?
no, that didn't fix it. Those two posts must have been submitted at precisely the same time.
-
Jul 14th, 2008, 04:48 PM
#7
Re: Is it cache problem?
While I know it's not serious and obviously very rare, is it worthwhile reporting to vBulletin?
-
Jul 14th, 2008, 10:56 PM
#8
Re: Is it cache problem?
no, it's not worth telling them about, especially since we're not even running the latest version.
-
Jul 15th, 2008, 02:29 AM
#9
Re: Is it cache problem?
@riteshjain1982, its a design flaw where a post may not be included in the query results for determining paging calculations if it is made after the page query but it is included in the later post query.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 15th, 2008, 11:10 AM
#10
Re: Is it cache problem?
thanks robdog for info
from that post it looks like query to fetch total post column must be select count(datetime) from table where postID = 531465 and to show who posted last must be select top 1 Name from table where postID = 531465 order by datetime desc,Name desc
__________________
Rate the posts that helped you 
-
Jul 15th, 2008, 03:52 PM
#11
Re: Is it cache problem?
Note quite as there is a last post id field in the threads table which tells that but its all pointless as its still the same design in 3.7.x
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|