Heterogeneity interpreter integration
Jump to navigation
Jump to search
Considerations of multi-languages Interpreter integration
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
- How to properly call Python 3 script from PHP? - Stack Overflow
- Integrating PHP and R | R-bloggers [Last visited: 2017-12-18]
- PHP: set_time_limit - Manual
Related articles