Clan x86

Announcements => [x86] Announcements => Topic started by: iago on December 30, 2005, 05:26:43 pm

Title: Apache 2.2.0
Post by: iago on December 30, 2005, 05:26:43 pm
I'm running Apache 2.2.0 on port 81.  I directed the forum there.  Let me know if you notice any difference.
Title: Re: Apache 2.2.0
Post by: rabbit on December 30, 2005, 05:27:54 pm
It's noticeably faster than yesterday :X
Title: Re: Apache 2.2.0
Post by: Ergot on December 30, 2005, 06:50:30 pm
Indeed, so far it seems a lot faster, I'll try out some of the larger threads and see.
Edit: Well can't help the larger threads... they're still taking for every because of the SQL(?) queries.
Title: Re: Apache 2.2.0
Post by: deadly7 on December 30, 2005, 07:01:46 pm
Yes, it's because of the SQL Queries Ergot.  Nothing iago can do for that except get more bandwidth and a faster upload.

The small pages really go faster though, neat.
Title: Re: Apache 2.2.0
Post by: Blaze on December 30, 2005, 08:12:06 pm
Hah, much better.  I didn't notice the forum redirection either, scary. :)
Title: Re: Apache 2.2.0
Post by: Warrior on December 30, 2005, 08:16:26 pm
I'd blame the browser rendering the data it's recieving from the server. SQL queries are insanely fast since they are done locally by the server.
Title: Re: Apache 2.2.0
Post by: Blaze on December 30, 2005, 08:33:58 pm
The browser doesn't render the php though, and thats whats determining the time. :P
Title: Re: Apache 2.2.0
Post by: Joe on December 31, 2005, 12:44:41 am
deadly, SQL is run locally. He needs a better processor, not more bandwidth.

I didn't even notice, seems good.
Title: Re: Apache 2.2.0
Post by: iago on December 31, 2005, 03:27:45 am
Yes, it's because of the SQL Queries Ergot.  Nothing iago can do for that except get more bandwidth and a faster upload.

The small pages really go faster though, neat.

It has nothing to do with the speed of getting to the server, since the generation time is calculated by the php script. 

The browser doesn't render the php though, and thats whats determining the time. :P
See above; the browser doesn't determine the time.
Title: Re: Apache 2.2.0
Post by: Blaze on December 31, 2005, 03:50:44 am
The browser doesn't render the php though, and thats whats determining the time. :P
See above; the browser doesn't determine the time.
Yeah I know, thats what I was saying.
Title: Re: Apache 2.2.0
Post by: Ergot on December 31, 2005, 04:06:25 am
I was thinking that too... but I don't want to make too many guesses in one thread :)
Title: Re: Apache 2.2.0
Post by: zorm on December 31, 2005, 06:52:35 am
Is your MySQL server running on the box you have with the most memory? If not you should try putting it on there, or perhaps moving it off the webserver box anyways just for the hell of it to see the effect.
Title: Re: Apache 2.2.0
Post by: iago on December 31, 2005, 01:41:47 pm
I have 256mb on all my computers. 

The webserver is the system with the highest CPU speed, though.