Limiting requests from the same source on DataSnap WebBroker Application

59 Views Asked by At

I'm new to threads. So, I created an DataSnap WebBroker Application to handle REST requests from my Flutter App. The problem is, how do I block the requests after many repeated tries?

Already made research over web and forums, but I couldn't find the answer. I used Delphi 10.3 wizard to create this application, so the majority of the forums and possibly answers, uses alternatives that my project doesn't have.

When I spam requests (testing purpose), the Delphi application just freezes and get a lot of CPU related errors.

0

There are 0 best solutions below