Author Topic: huge server-side BE problem - started yesterdayish  (Read 5519 times)

0 Members and 7 Guests are viewing this topic.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #20 on: June 21, 2007, 12:28:18 pm »
nice.

Offline $able

  • BattlEye Developer
  • Flagrunner
  • *****
  • Posts: 858
Re: huge server-side BE problem - started yesterdayish
« Reply #21 on: June 21, 2007, 11:28:07 pm »
Could you check your log again?
It should be full of tons of 404 errors again, as I still see lots of servers that BE doesnt work on.

You should leave the files in place to reduce the spamming from newly hosted servers until 1.4.2 (I saw you removed them).
“First they ignore you, then they ridicule you, then they fight you, then you win.” - Mahatma Gandhi

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #22 on: June 22, 2007, 06:46:13 am »
What I'm doing is removing them periodically so to prevent them from being re-downloaded over and over again by some servers.  I'll probably put them back for a few hours each day or something


edit: they're back in place now

Offline $able

  • BattlEye Developer
  • Flagrunner
  • *****
  • Posts: 858
Re: huge server-side BE problem - started yesterdayish
« Reply #23 on: June 22, 2007, 07:02:05 am »
I am not sure if the 404s generate more traffic overall, because it seems they are quickly increasing due to new servers.
“First they ignore you, then they ridicule you, then they fight you, then you win.” - Mahatma Gandhi

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #24 on: June 22, 2007, 08:16:08 am »
I am not sure if the 404s generate more traffic overall, because it seems they are quickly increasing due to new servers.

they don't.   Having servers download the binaries over and over again create about 300 KB/s more traffic than just handing back 404s

Offline $able

  • BattlEye Developer
  • Flagrunner
  • *****
  • Posts: 858
Re: huge server-side BE problem - started yesterdayish
« Reply #25 on: June 22, 2007, 08:27:55 am »
Even though the same servers generate lots of 404s per second?

Well, you must know it.
“First they ignore you, then they ridicule you, then they fight you, then you win.” - Mahatma Gandhi

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #26 on: June 22, 2007, 08:29:21 am »
Even though the same servers generate lots of 404s per second?

Well, you must know it.
I'm 100% sure.  The downside of the 404s is that they fill up my logs much quicker.

Offline $able

  • BattlEye Developer
  • Flagrunner
  • *****
  • Posts: 858
Re: huge server-side BE problem - started yesterdayish
« Reply #27 on: June 22, 2007, 08:42:58 am »
But a single 404 generates little traffic as well.

Anyway, that makes sense of course. Though this could change if there are so many new servers requesting the files instead of just a few downloading it over and over again.
Thats why its good that you put up the files at certain times at least. :)

Date Posted: June 22, 2007, 03:35:50 PM
Something else: Could you set a download rate limit on that HTTP server for host string "soldat.battleye.com" (in GET request)?
This would be the ultimate solution.
“First they ignore you, then they ridicule you, then they fight you, then you win.” - Mahatma Gandhi

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #28 on: June 22, 2007, 08:46:49 am »
But a single 404 generates little traffic as well.

Anyway, that makes sense of course. Though this could change if there are so many new servers requesting the files instead of just a few downloading it over and over again.
Thats why its good that you put up the files at certain times at least. :)

Date Posted: June 22, 2007, 03:35:50 PM
Something else: Could you set a download rate limit on that HTTP server for host string "soldat.battleye.com" (in GET request)?
This would be the ultimate solution.

what good would that do?  it'd ultimately use every bit as much bandwidth, just slower.

Offline $able

  • BattlEye Developer
  • Flagrunner
  • *****
  • Posts: 858
Re: huge server-side BE problem - started yesterdayish
« Reply #29 on: June 22, 2007, 11:36:49 am »
???

It will generate much less traffic per time.
Traffic = rate * time.

Date Posted: June 22, 2007, 03:55:29 PM
So is there a way you could achieve this?
“First they ignore you, then they ridicule you, then they fight you, then you win.” - Mahatma Gandhi

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #30 on: June 22, 2007, 01:58:25 pm »
I'm trying to find an apache module that can do rate limiting.

Offline $able

  • BattlEye Developer
  • Flagrunner
  • *****
  • Posts: 858
Re: huge server-side BE problem - started yesterdayish
« Reply #31 on: June 25, 2007, 11:33:30 am »
Just wondering, have you set up something like this?
“First they ignore you, then they ridicule you, then they fight you, then you win.” - Mahatma Gandhi

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: huge server-side BE problem - started yesterdayish
« Reply #32 on: June 25, 2007, 11:36:40 am »
Nope, I've been busy