Displaying 1 result from an estimated 1 matches for "subscriberid".
2006 Mar 08
1
[LLVMdev] Researching alternative for home-grown VM
...plement it as a new op-code? We basically have
implemented a "WAIT" opcode in our VM, which tells it to stop execution of
this code, and wait for external events.
Let met give a more concrete example:
The code may say:
status = sql_exec("Server1", Timeout, "select subscriberid from
tblSubscriber where ANI='"+ani+"';", subscriberid);
In this case, the sql_exec() is a built-in function of our language which
sends a DB query, and then issues a "WAIT". This allows the VM to then
process another event which may execute some completely un-rel...