Questions tagged [throttling]

In networking, throttling is the intentional slowing or speeding of an Internet service.

In networking, throttling is the intentional slowing or speeding of an Internet service.Throttling is helpful to prevent network congestion and server crashes.

44 questions
0
votes
0 answers

NGINX - Dynamic throttling of bandwidth

I am going to deploy a website with several big media files (~10 GiB) and I would like to balance the load on it. NGINX will be used to serve the files. What I would like to achieve is something that has already been discussed here, but no real…
Ruben
  • 1
  • 1
0
votes
2 answers

Detecting proxy server connections

We are having issues with users using proxy servers and causing trouble on our website. Is there an updated SQL list of proxy servers, indexed by IP, available anywhere so that we can query it and prevent access to those using proxy servers?
Yak
0
votes
2 answers

ICMP maximum delay between echo request and reply sustained by a router NAT

I was trying to slow down network on my server (arch linux vm) with netem sudo tc qdisc add dev eth0 root netem delay 1600ms With 1600ms delay client doesn't receive the echo reply packet though the packet is generated from the serverside. However…
user59088
  • 109
  • 1
  • 7
0
votes
1 answer

Possible causes for a single throttled UDP port

I am running a quake 3 engine based game server (Wolfenstein: Enemy Territory) on Ubuntu 16.04 and I've ran into a fairly puzzling issue. A week ago players started having issues when connecting to the server. Basically the server tries to send a…
jussi
  • 1
  • 2
0
votes
0 answers

How to send a lot of emails without tripping the alarms

I need to send couple of thousand emails at once, all addresses are existing users of one domain. I was wondering if that would not cause receiving server to cry 'Spam!' at the sight of so many emails. I was wondering if there would be a way to…
RandomWhiteTrash
  • 269
  • 1
  • 3
  • 17
0
votes
1 answer

Apache ( OHS 12 c) for managing keep-alive sessions and provide a throttle for WebLogic protection

I need to use OHS 12C ( apache 2.2) for throttling purpose.I'm using OHS as proxy and forwarding request to weblogic server. The requirement is to limit the concurrent connection to weblogic server to 512 and if OHS get more than 512 request then…
0
votes
0 answers

Application Request Routing and Throttling

We have a set of WCF services that are proxying calls to another web service layer built on top of IBM WebSphere. The WebSphere setup is a black box to us, but we're told that we need to throttle calls to the back-end due to its poor performance and…
0
votes
2 answers

Can a typical firewall appliance handle things like throttling requests per user (per IP)?

I'm intending to purchase a Cisco ASA 5510, but am wondering whether or not I should expect to be able to do things such as mentioned in the question title with a typical firewall (or specifically with the aforementioned model, if you know), as well…
orokusaki
  • 2,763
  • 4
  • 32
  • 43
0
votes
1 answer

Dedicated Windows Server (16 GB Ram) hanging up when sending newsletter to 20,000 emails

Most of the times when we send out a newsletter (around 30 kb) to our mailing list of 20,000 emails the server hangs up. We use Mailenable to send out emails. The hosting provider has the following comments. Our question is: Is there any…
N.V
  • 1
0
votes
1 answer

Throttling bandwidth for Apache on an Xserve (Mac OSX Server 10.5.8)

I was wondering if anybody has any solutions for throttling bandwidth on an Xserve (running Apache 2); I'm trying to use mod_bw (http://ivn.cl/category/apache/#bandwidth), but have been running into problems. I can build the right module using…
David
0
votes
4 answers

Are there any tools to throttle/aggregate multiple outgoing emails into a single email within some time window?

We're developing an application that runs on multiple hosts and emails notifications to us (the developers @gmail.com) whenever something goes wrong, via a postfix server. However, we've run into issues where the application spews hundreds of such…
Yang
  • 1,665
  • 6
  • 21
  • 35
0
votes
0 answers

T4 GPU slows down automatically after sometime with power usage limited

I had been using T4 GPU with 8 virtual CPUs and 30 GB RAM Virtual Machine for more than a month without any issues. I have been running some deep learning training jobs on it. But since yesterday, I have been trying some new models on a larger…
0
votes
1 answer

In rsync the "bwlimit" parameter is explicitly ignored, how to fix this

I have rsyncd version 3.1.2 listening on port 873 and I want to limit the bandwidth with which my files are downloaded by a client connecting to me. I added a bwlimit both in the config file: uid = nobody gid = nogroup [data] path =…
Mnemosyne
  • 131
  • 1
  • 7
-2
votes
2 answers

Do some companies throttle servers at times of low use to save power?

I am attempting to index a large amount of data from a website and the last thing I want to do is DoS it accidentally. To prevent this, I was planning on doing it at night since it is not an international website. But if they throttle server…
luek baja
  • 99
  • 3
1 2
3