Queueing System?

#257
by Pickelhaube808 - opened

Can a queue be implemented that puts a request in line for processing instead of immediately failing? Having it check for IP address to stop one user from bogging down the whole service single handedly (one request at a time or until the previous is finished) would be a nice touch.

Sign up or log in to comment