How will our mORMot framework handle such DOS attacks?

The current implementation of parameters parsing is not using a hash table, nor using any storage list.

The parameters are parsed and checked only once. No global list is created, just to avoid such DOS problems.