Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

185
Views
Detect calling multi requests at same time to server

everyone, I have a problem about HTTP requests: I want to detect calling multi requests (to same url) at same time to prevent from calling it. For example, I have a bug code - a infinite loop (client-side). This code is calling so many requests at same time to server. I want to prevent that or balance it. I don't know that someone has resolved this problem yet. Someone can give me some ideas or algorithms for this problem.

Thanks a lot!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If you want to avoid calling too many times the request from the client side, you can use a lodash.throttle or lodash.debounce. If you want to protect the server from too many requests you can use a pattern called rate limiting. However, in this case, you should probably fix the infinite loop instead

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!