I'm first
Moderator: Site Moderator
-
- Site Admin
- Posts: 3947
- Joined: Wed Apr 21, 2004 3:00 pm
-
- retired
- Posts: 1030
- Joined: Sun Oct 24, 2004 10:56 am
-
- Site Admin
- Posts: 3947
- Joined: Wed Apr 21, 2004 3:00 pm
might be
might be a bit slower at the moment. i'm working on things. might have to get better bandwidth. but we're back and in a better situation.
If only the best birds sang, the woods would be silent.
- Husker
- retired
- Posts: 5031
- Joined: Thu Aug 17, 2006 1:04 pm
Re: might be
I am pretty sure this is a bandwith issue. I am seeing 20 to 35s page loads, and when there are non-cached graphics (Avatars, smilies, etc), then it is usually 30-45s to load pages.Uncle Jesse wrote:might be a bit slower at the moment. i'm working on things. might have to get better bandwidth. but we're back and in a better situation.
Usually, this is bandwidth issues (or server overload, but I think this is not the case, as I think this Phpbb is the only thing running on your server).
Were you running this out of your own home, on a cable line before? To me, with the latency, it seems like a ADSL issues, with simply not enough upload bandwidth.
H.
-
- Site Admin
- Posts: 3947
- Joined: Wed Apr 21, 2004 3:00 pm
well
perhaps but i think the problem is that the server is swapping
i'll add more ram in a day or two if at all possible
i'll add more ram in a day or two if at all possible
If only the best birds sang, the woods would be silent.
Re: well
The short answer is it depends...Uncle Jesse wrote:perhaps but i think the problem is that the server is swapping
The longer version is linux will naturally put things into swap that aren't needed in favour of hdd caching and of course foreground programs.
You can also speed up PHP scripts by caching pre-compiled copies, you will need to look into eaccelerator this will hugely increase PHP performance.
Other tricks you can apply is enabling gzip compresson in Apache, you seem to be running Apache 2 and there is a compression module for it iirc, apache 1 needed mod_gzip.
Of course dumping apache and using lighttpd will give you the biggest performance boast of all, combined with php precompiled versions of scripts you can get some significant returns on minimal hardware.
-
- Site Admin
- Posts: 3947
- Joined: Wed Apr 21, 2004 3:00 pm
Re: well
never used linux, i use unix (freebsd), been a BSD admin for 15 years now.Home Distiller wrote:The short answer is it depends...Uncle Jesse wrote:perhaps but i think the problem is that the server is swapping
The longer version is linux will naturally put things into swap that aren't needed in favour of hdd caching and of course foreground programs.
You can also speed up PHP scripts by caching pre-compiled copies, you will need to look into eaccelerator this will hugely increase PHP performance.
Other tricks you can apply is enabling gzip compresson in Apache, you seem to be running Apache 2 and there is a compression module for it iirc, apache 1 needed mod_gzip.
Of course dumping apache and using lighttpd will give you the biggest performance boast of all, combined with php precompiled versions of scripts you can get some significant returns on minimal hardware.
trust me, we're swapping:
www# whoami
root
www# ifconfig -a
vr0: flags=8843<UP> mtu 1500
inet 76.212.42.57 netmask 0xffffff00 broadcast 76.212.42.255
ether 00:50:8d:59:8f:18
media: Ethernet autoselect (100baseTX <full>)
status: active
lo0: flags=8049<UP> mtu 16384
inet 127.0.0.1 netmask 0xff000000
www# swapinfo
Device 1K-blocks Used Avail Capacity
/dev/da0s1b 2097152 129376 1967776 6%
www#
I am using PHP 5 with zend built in. I am using apache because it's far superior to any other web server software out there.
We need more RAM obviously and again, i will try to add it soon. I upgraded from php 4.x to php 5.x, apache 1.x to apache 2.x, mysql 4.x to mysql 5.x for this switch which is a pretty big task.
If only the best birds sang, the woods would be silent.
-
- Rumrunner
- Posts: 537
- Joined: Mon Nov 01, 2004 8:46 am
- Location: at my freakin' computer
I am still nervous about the server being in the US, and not as secure as an off-shore server.
And if the feds knock down your door, they can have their way with all of our personal info.
And if the feds knock down your door, they can have their way with all of our personal info.
"Be nice to America, or we'll bring democracy to your country."
"The best things in life aren't things."
"Imagination is more important than Knowledge"-Albert Einstein
"The best things in life aren't things."
"Imagination is more important than Knowledge"-Albert Einstein
Re: well
I've played with Zend in the past it dosen't work for me as much as other options do.Uncle Jesse wrote:I am using PHP 5 with zend built in. I am using apache because it's far superior to any other web server software out there.
As for apache, about the only thing it has over lighttpd these days is bloat. Light can server a lot more on a lot less hardware.
All those later versions added more bloat if what was working was doing the job then all you did in upgrading was give yourself more headaches.We need more RAM obviously and again, i will try to add it soon. I upgraded from php 4.x to php 5.x, apache 1.x to apache 2.x, mysql 4.x to mysql 5.x for this switch which is a pretty big task.
KISS

If you're that worried about yourself you should never submit personal information in the first place, after all they can't take from the server what you don't give.pothead wrote:I am still nervous about the server being in the US, and not as secure as an off-shore server.
And if the feds knock down your door, they can have their way with all of our personal info.
Things you can do to protect yourself:
* Use tor
* Create a new free webmail that you only access over tor
* Never connect to this webserver unless you use tor
The US Government among others is pushing very hard for your ISP to track your IMs, emails, websites you visit etc etc etc, so they don't even have to get access to this server to find out what you're doing, and I'm trying to encrypt as much traffic to and from me as possible these days because of what governments are doing and have already done in the nam eof various causes.
-
- Trainee
- Posts: 964
- Joined: Sun Jan 21, 2007 7:15 am
If Big Brother wanted any of us dont you think they would already have us? Dont put any personal info on any site that would not expect Big Brother to have access to, They dont really need to have the server to snag any one of us for that matter ..sad but true if ya think different I would suggest waking up friends its called reality ..for the server Issue Maybe we could each donate 10 bucks or so to Help Uncle Jessie get what ever he needs to get this up to better speed .. whats 10 bucks people , we each have taken more than that from here many times over ..theres alot of knowledge and Great people here , because we(my self included )dont always get spoon fed , doesnt make it any less of a great site.. there are different ways to donate to the cause , for the ones that want to remain anonymous ... Im willing to do my part to help .. are you ? Anyways just a thought, Uncle Jessie may have different opinion about it .. 

-
- Distiller
- Posts: 1172
- Joined: Wed Aug 16, 2006 4:00 am
- Location: Didjabringyabongalong
I'm all for it, if you can organise a fund UJ I'll donate. I owe this site (and it's members) a lot more than 10 bucks.new_moonshiner wrote:for the server Issue Maybe we could each donate 10 bucks or so to Help Uncle Jessie get what ever he needs to get this up to better speed
It is most absurdly said, in popular language, of any man, that he is disguised in liquor; for, on the contrary, most men are disguised by sobriety. ~Thomas de Quincy, Confessions of an English Opium-Eater, 1856
I'm all earsnew_moonshiner wrote:there are different ways to donate to the cause , for the ones that want to remain anonymous

e-gold is getting shafted at the moment because they wouldn't bend over far enough for the US govt, and a lot of other similar operations are ducking for cover...
Another approach might be to ask companies that sell products in this area and find out if they're willing to pay for advertising on the site?
At a guess a number of users may already be in this category, but ya never know.
-
- Rumrunner
- Posts: 537
- Joined: Mon Nov 01, 2004 8:46 am
- Location: at my freakin' computer
UJ, a great way to make a little extra money to help pay for the site is by using "google ad-sense" we use it, and it helps alot.CoopsOz wrote:I'm all for it, if you can organise a fund UJ I'll donate. I owe this site (and it's members) a lot more than 10 bucks.new_moonshiner wrote:for the server Issue Maybe we could each donate 10 bucks or so to Help Uncle Jessie get what ever he needs to get this up to better speed
you should look into it. Also, getting places like brewhaus, and other suppliers to put a banner on the site for a monthly fee(we get $200 a month from out advertisers)
to check out what I mean, look at hxxp://www.freedomfta.net/forums/index.php" onclick="window.open(this.href);return false;" rel="nofollow
(of course, change the xx to tt)
"Be nice to America, or we'll bring democracy to your country."
"The best things in life aren't things."
"Imagination is more important than Knowledge"-Albert Einstein
"The best things in life aren't things."
"Imagination is more important than Knowledge"-Albert Einstein
I was going to suggest this but US companies have a history of not allowing websites with content that is questionable on either legal or moral grounds, paypal is notorious for this kind of behaviour.pothead wrote:UJ, a great way to make a little extra money to help pay for the site is by using "google ad-sense" we use it, and it helps alot.
you should look into it.
Pretty much the conclusion I came to, espcially since it's almost impossible to make annoymous donations if you can't hand over cash in person.Also, getting places like brewhaus, and other suppliers to put a banner on the site for a monthly fee(we get $200 a month from out advertisers)
-
- Rumrunner
- Posts: 537
- Joined: Mon Nov 01, 2004 8:46 am
- Location: at my freakin' computer
google adsence is not as bad with the "questionable" stuff as you would think. If you look at the link I posted, and see what the content of our site is.....we are all about "free satellite tv" .
and I have friends with similar sites that all take advantage of the google adsence.
Just my 2 cents.
It is always nice to have the companies that make money off of us help to keep us involved in the hobby, and help to keep information free.
and I have friends with similar sites that all take advantage of the google adsence.
Just my 2 cents.
It is always nice to have the companies that make money off of us help to keep us involved in the hobby, and help to keep information free.
"Be nice to America, or we'll bring democracy to your country."
"The best things in life aren't things."
"Imagination is more important than Knowledge"-Albert Einstein
"The best things in life aren't things."
"Imagination is more important than Knowledge"-Albert Einstein