07-13-2020, 08:19 PM
(07-13-2020, 10:22 AM)Alexandre Machado Wrote: That's not the only recommendation. I also suggested that you disable the UI while you post a request. IntraWeb controls have a LockOnAsyncEvents property. Use it. That's the only way to prevent a impatient user to post hundreds of requests in just a few seconds.Thanks Alexander, the LockOnAsync event is on for button click, setting the timeout to 0 didn’t work however 15 mins allowed me to log a bottleneck in the signature routine (a lazy crop white space routine), though I thought each would be threaded I believe we were receiving a massive image for the signature, I will try and put together a test to simulate and report back results.