Heterogeneity interpreter integration: Difference between revisions
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 | ||
* | * 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 | * 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