yegor256 / takes

True Object-Oriented Java Web Framework without NULLs, Static Methods, Annotations, and Mutable Objects
https://www.takes.org
MIT License
805 stars 197 forks source link

Unable to eliminate queuing of requests #1292

Open Abhijith-m13894 opened 4 months ago

Abhijith-m13894 commented 4 months ago

I have a requirement wherein many parallel requests hit the hosted Takes server.

I need to identify the port of the source from which the request is being sent. This will help me track back-to-back requests and then return a response stating something like - 'Successive requests from a process shall be processed at an interval of 500ms only'.

Or is there any solution to gracefully reject successive requests from a same source if they are too frequent ?

Abhijith-m13894 commented 4 months ago

@flouou