Heterogeneity interpreter integration: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
* [http://php.net/manual/en/function.set-time-limit.php PHP: set_time_limit - Manual]
* [http://php.net/manual/en/function.set-time-limit.php PHP: set_time_limit - Manual]


[[Category:Programing]] [[Category:PHP]] [[Category:Python]]
[[Category:Programming]] [[Category:PHP]] [[Category:Python]]

Revision as of 11:12, 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