FDSNWS: add maximum connections per IP#107
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Robert Pickle, filefolder.
|
|
Thanks for your contribution. However, I'm not in favor of implementing those technical limits in the FDSNWS implementation itself because:
See documentation on rate limit and access limits Example 1: Limit fdsnws dataselect requests to 1 request per IP per second while the first 10 requests would be answered as fast as possible. Example 2: Limit of 3 connections per IP combined with a rate limit of 100KiB/s after 50MiB have been downloaded. |
|
Cheers Stephan, that's revelatory for me and seems a lot more flexible indeed. I will see if our IT staff can implement this. I'll let you close as you see fit; would be curious to know what anyone else has implemented. |
adds:
only started testing but seems to work OK. feel free to edit!