Heterogeneity interpreter integration: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
* ill-formed input and output
* ill-formed input and output


Unexpected conditions
Unexpected conditions / errors
* Application level
* Entry point
** Browser timeout/crash
** Browser timeout/crash
* Interpreter level
** First interpreter timeout/crash: e.g. First interpreter (.PHP) is timeout but second interpreter (.PY) is still running.
** First interpreter timeout/crash: e.g. First interpreter (.PHP) is timeout but second interpreter (.PY) is still running.
** Second interpreter timeout/crash
** Second interpreter timeout/crash
* System error e.g. memory error caused by second interpreter
* System level
** e.g. memory error caused by second interpreter


References
References

Revision as of 11:44, 15 December 2017

Input / Output

  • ill-formed input and output

Unexpected conditions / errors

  • Entry point
    • Browser timeout/crash
  • Interpreter level
    • First interpreter timeout/crash: e.g. First interpreter (.PHP) is timeout but second interpreter (.PY) is still running.
    • Second interpreter timeout/crash
  • System level
    • e.g. memory error caused by second interpreter

References