Heterogeneity interpreter integration: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
References
References
* [https://stackoverflow.com/questions/34957283/how-to-properly-call-python-3-script-from-php How to properly call Python 3 script from PHP? - Stack Overflow]
* [https://stackoverflow.com/questions/34957283/how-to-properly-call-python-3-script-from-php How to properly call Python 3 script from PHP? - Stack Overflow]
* [http://php.net/manual/en/function.set-time-limit.php PHP: set_time_limit - Manual]


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

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