Hello,<br><br>When the server is terminated due to an error occurring in one of its functions, what happens if another process calls one of the server's functions in between the time the server is terminated and the time the supervisor restarts it? Will the call be queued and executed once the server is back up? Or is there a chance that it could be lost?<br>
<br>Thanks.<br>