Configure Wildfly 10 to block simultaneous repeating servlet calls -


is possible configure in wildfly 10 undertow block simultaneous repeating servlet calls 1 user?

i want have first http call application reach servlet , next repeating calls same user should blocked until first servlet request has been completed. know possible java application setting method synchronized, block requests others users , think bad programming practice. please advice.


Comments