Sunday, 4 November 2018

I need a lock/mutex if a user can press a button in a webapp multiple times before my server calls back, right?

I have a button that does some database work that might take a few seconds. Assuming the user could click it more than once, my express server might call that method more than once while another thread is still running, right?

Submitted November 04, 2018 at 11:50PM by ThePantsThief

No comments:

Post a Comment