The remote implementation is synchronous and will return immediately
The remote implementation of multiplyNumbers is asynchronous and will return after 5seconds
This shows that you can use async calls in the remote method, eg. XHR calls
This calls a non-returning method on the remote side