• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

How many users did it take to bring down the forums?

  • Thread starter Deleted member 19858
  • Start date
Status
Not open for further replies.
D

Deleted member 19858

Guest
During the testing how many users did it take to bring the place down?
 
Thats a lot of load. If haven't looked into it, might want to take a look at this program for php.
I use it with great success, totally transparent.

http://turck-mmcache.sourceforge.net/index_old.html

my config:

php.ini

extension_dir="/usr/lib/php"
extension="mmcache.so"
mmcache.shm_size="32"
mmcache.cache_dir="/ide/cache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="200K"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="1"
mmcache.keys="none"
mmcache.sessions="none"
mmcache.content="shm_only"
mmcache.compress="1"
mmcache.admin.name="username"
mmcache.admin.password="md5password"
 
Well, come to find out in middle of our test, our sysadmin shut down and restarted Apache 3 times. I thought he was AFK, but was wrong. So that MIGHT have had a little impact. :)
 
Vertigo Acid said:
With crapier hardware and more spam, I might add.

Could you add what exactly there hardware is so that I may compare?
 
Status
Not open for further replies.
Back
Top