To prevent people from abusing server resources, the following restrictions need to be implemented:
- One user can have only one session running with the server
- Tracking and limiting number of queries a given user can make (across all sessions)
- Query rate limiting option
To prevent people from abusing server resources, the following restrictions need to be implemented: