Heterogeneity interpreter integration: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with " Input / Output * ill-formed input and output Unexpected conditions * Application level ** Browser timeout/crash ** First interpreter timeout/crash ** Second interpreter time...")
 
mNo edit summary
Line 6: Line 6:
* Application level
* Application level
** Browser timeout/crash
** Browser timeout/crash
** First interpreter timeout/crash
** 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 error e.g. memory error caused by second interpreter

Revision as of 11:04, 14 December 2017

Input / Output

  • ill-formed input and output

Unexpected conditions

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

References