Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks for responding. I'm not worried about users getting "old" data... they can refresh their interface if needed. I am just worried about errors. That said, all the relevant read/write requests are already surrounded with try/catch syntax. So, if I understand your response correctly, the only thing I might need to worry about is when there's a heavy load and someone's request might get blocked due to built-in locking etc.? If so, that's fine. The error message will be passed onto the use and he/she can just resubmit. BTW, these commands are simple INSERT/UPDATE commands anyways. Thanks.
      singulars
    2. COIf you have a heavy load, your service might stop accepting requests, there are a multitude of settings you can configure for your web service to handle requests and payload sizes as well as security issues. I would recommend that when handling errors and returning the error messages, that you think about security, is it okay to give raw error messages to your users or is it smarter to send them generic messages to keep the details of your code hidden? Standard security practice is all but I wanted to mention it.
      singulars
    3. COOk. Thanks for the help. Right now the load is extremely low (no more than 5 users at time), but I was trying to plan ahead. Also, thanks for the advice about security. Right now all I return is a generic error message (regardless of the actual error type), so I think I'm set there. Lastly, you mentioned settings to change for handling requests and payload sizes... can you point me to a good website with that info, or maybe some help coming up with a decent search string for Google? I'm kind of new to web services. Thanks.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload