[asterisk-dev] Methodologies for validating dialplan
Steve Edwards
asterisk.org at sedwards.com
Tue Jan 4 17:34:29 CST 2022
On Tue, 4 Jan 2022, Nikša Baldun wrote:
> It's not really C vs Python, it's dialplan interpreter vs Python.
(Still veering off topic...)
My experience has been that it is compiled vs scripted. Loading the script
interpreter (all of the 'P' languages), parsing the script, bytecoding,
process creation, etc. are the killer.
Once executing, I suspect C vs Px is not the limiting factor -- is
'printf("set variable x y") really that different in C vs Px?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281
More information about the asterisk-dev
mailing list