Heterogeneity interpreter integration: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
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] | ||
* [https://www.r-bloggers.com/integrating-php-and-r/ Integrating PHP and R | R-bloggers] {{access | date = 2017-12-18}} | |||
* [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:Programming]] [[Category:PHP]] [[Category:Python]] | [[Category:Programming]] [[Category:PHP]] [[Category:Python]] | ||
Revision as of 10:40, 18 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