There is a startup penalty for a standalone interpreter.
(a) True
(b) False
The question was asked in an interview.
My question comes from Choosing an API topic in chapter MySQL Programming of MySQL
(a) True
(b) False
The question was asked in an interview.
My question comes from Choosing an API topic in chapter MySQL Programming of MySQL
The correct option is (a) True
Explanation: The startup penalty for a standalone interpreter makes it give at least an order of magnitude poorer performance than the module interpreter. Interpreters also have a setup cost.