
I'll keep testing at random periods throughout today.
Moderator: Edi
On cable here, the 500 smiley ones load instantly, the 1000 took a little less than a second.Rob Wilson wrote:OK I've done a series of Sorts and Searches in multiple windows and again everything sems fine. On the graphics side, the only one that has trouble refreshing is the 1000 Mixed Smileys, Can someone with a suitably high Connection confirm that that one is the the only one that causes problems (the rest are smooth right now, though it was a short test.) The Smiley posts are in the Test Boards SW vs ST Forum as announcements (they have ben heavily signposted to keep out the unwary).
I'll keep testing at random periods throughout today.
looks at 56k connectionJediNeophyte wrote:On cable here, the 500 smiley ones load instantly, the 1000 took a little less than a second.Rob Wilson wrote:OK I've done a series of Sorts and Searches in multiple windows and again everything sems fine. On the graphics side, the only one that has trouble refreshing is the 1000 Mixed Smileys, Can someone with a suitably high Connection confirm that that one is the the only one that causes problems (the rest are smooth right now, though it was a short test.) The Smiley posts are in the Test Boards SW vs ST Forum as announcements (they have ben heavily signposted to keep out the unwary).
I'll keep testing at random periods throughout today.
yeah, I'm doing them on multiple windows to simulate a group accessing them at once (or near it). But your numbers are consistent with my earlier ones for single access opening and refresh, it'll be interesting to see what happens during the normal US traffic hours though.JediNeophyte wrote:On cable here, the 500 smiley ones load instantly, the 1000 took a little less than a second.Rob Wilson wrote:OK I've done a series of Sorts and Searches in multiple windows and again everything sems fine. On the graphics side, the only one that has trouble refreshing is the 1000 Mixed Smileys, Can someone with a suitably high Connection confirm that that one is the the only one that causes problems (the rest are smooth right now, though it was a short test.) The Smiley posts are in the Test Boards SW vs ST Forum as announcements (they have ben heavily signposted to keep out the unwary).
I'll keep testing at random periods throughout today.
That's why they're signposted. Or was that an expression of cable envy?Stuart Mackey wrote:looks at 56k connectionJediNeophyte wrote:On cable here, the 500 smiley ones load instantly, the 1000 took a little less than a second.Rob Wilson wrote:OK I've done a series of Sorts and Searches in multiple windows and again everything sems fine. On the graphics side, the only one that has trouble refreshing is the 1000 Mixed Smileys, Can someone with a suitably high Connection confirm that that one is the the only one that causes problems (the rest are smooth right now, though it was a short test.) The Smiley posts are in the Test Boards SW vs ST Forum as announcements (they have ben heavily signposted to keep out the unwary).
I'll keep testing at random periods throughout today.
You bastard...
Yeah, at 15:54 GMT (incase MJ wants to zero in on a specifc datum in his servers traffic logs) it dropped to white screen for the first time ever and hasn't yet recovered (either in the smiley posts or the other forums for opening posts) at 16:02 GMT.closet sci-fi fan wrote:It gets a little slow after multiposting.
That could explain why it's chugging along fine now.closet sci-fi fan wrote:I think I might have had something to do with it.. I just made a 83 post multi-post.
Now it refuses to post anything else I submit.
looks downRob Wilson wrote:
That's why they're signposted. Or was that an expression of cable envy?
How fast is your DSL line? With the bandwidth this thing requires, I'd guess a T1 would be almost the minimum...AdmiralKanos wrote:Yes. I only hope this server is better than the last one. If there are still problems, then I have one last ace in the hole: I can set up a dedicated server on a DSL line in my house and use DynDNS in order to map a CNAME DNS entry to it.
640kbps upload. Granted, that's only a third of a T1 line, but with mod_gzip I would hope it's workable. The problem I see right now is that every server I've been using lately has been bogging down on database queries and CPU utilization, not bandwidth.Crayz9000 wrote:How fast is your DSL line? With the bandwidth this thing requires, I'd guess a T1 would be almost the minimum...AdmiralKanos wrote:Yes. I only hope this server is better than the last one. If there are still problems, then I have one last ace in the hole: I can set up a dedicated server on a DSL line in my house and use DynDNS in order to map a CNAME DNS entry to it.
I've heard that phpBB has a bit of a reputation for being a resource hog when serving a heavy user load. If you keep on having problems with providers bogging down on CPU it might be worth doing some experiments with other board software.Darth Wong wrote:640kbps upload. Granted, that's only a third of a T1 line, but with mod_gzip I would hope it's workable. The problem I see right now is that every server I've been using lately has been bogging down on database queries and CPU utilization, not bandwidth.
"Cannot find server" pages? I haven't seen one yet. What URL are you using to access it, and exactly what does the error look like?Crown wrote:So far I have had more 'cannot find server' pages on this new server in a row than I did in the other one. DAMN YOUR POPULARITY MIKE! Who ever asked you to be so popular anyway?
At the start when I would click on the forum it would take for ages to load, and sometimes it would just say 'cannot find server'. Then I click refresh and all's good for a while. Though the last few clicks have been problem free I am delighted to say.Darth Wong wrote:"Cannot find server" pages? I haven't seen one yet. What URL are you using to access it, and exactly what does the error look like?Crown wrote:So far I have had more 'cannot find server' pages on this new server in a row than I did in the other one. DAMN YOUR POPULARITY MIKE! Who ever asked you to be so popular anyway?
At the start when I would click on the forum it would take for ages to load, and sometimes it would just say 'cannot find server'. Then I click refresh and all's good for a while. Though the last few clicks have been problem free I am delighted to say.Darth Wong wrote:"Cannot find server" pages? I haven't seen one yet. What URL are you using to access it, and exactly what does the error look like?Crown wrote:So far I have had more 'cannot find server' pages on this new server in a row than I did in the other one. DAMN YOUR POPULARITY MIKE! Who ever asked you to be so popular anyway?
Actually, the larger problem is MySQL 3. You see, MySQL 3.23.55 does not support row-locking. As a result, it locks the entire database when it adds or alters a record. Needless to say, while this expediency is not a problem with low traffic, it does not scale well. MySQL 4 supports row-locking, but it is still officially beta and is not widely used. MySQL MAX also supports row-locking, but that is a commercial version which is not open-sourced.Enlightenment wrote:I've heard that phpBB has a bit of a reputation for being a resource hog when serving a heavy user load. If you keep on having problems with providers bogging down on CPU it might be worth doing some experiments with other board software.