Heterogeneity interpreter integration

From LemonWiki共筆
Revision as of 01:00, 5 January 2018 by Planetoid (talk | contribs)
Jump to navigation Jump to search

Considerations of multi-languages Interpreter integration

Input / Output

  • ill-formed input and output

Unexpected conditions / errors

  • Entry point
    • Run the script from web browser: timeout[1]/crash
    • Run the script from command line: length limit[2]
  • 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
  • API level

References

Related articles

  1. Browser Timeouts - Stack Overflow
  2. Command prompt (Cmd. exe) command-line string limitation when error message 'The command line is too long.' met on windows.