Basic Manual of Scudata SPL Cloud
An application on SSC has two parts: the server side, which consists of QVA and QVM, and the application side, which consists of the application itself (simply written as APP in the following part) and QVS. Both parts involve the use of SPL scripts. The SPL script on the server side is executed on QVM and thus called QVM script. On the application side, another SPL script is written to call the QVM script and it is called APP script. The basic procedure is like this: APP calls the APP script that sends a computation request to QVS; QVS then
...