1.

What Are Restrictions For Transactional Calls?

Answer»

There are two RESTRICTIONS on writing remote functions that are to be called transactionally:

  • Transactional calls cannot return parameter values. As a result, the interface for these functions should not specify any EXPORT parameters.
  • Functions that RUN transactionally may not perform call-backs: the caller's context does not necessarily STILL exist when the call-BACK is relayed back to the original SYSTEM.

There are two restrictions on writing remote functions that are to be called transactionally:



Discussion

No Comment Found