<div dir="ltr">Hi!<div><br><div>I just made a simple test performance between native script and kemi/lua with the event_route[core:msg-received] callback.</div></div><div><br></div><div># lua script children=1 cpu.process=100%</div><div>function ksr_core_received()<br></div><div>  exit;</div><div>end</div><div><br></div><div># native script children=1 cpu.process=70%</div><div>event_route[core:msg-received] {</div><div>  exit;</div><div>}<br></div><div><br></div><div># tested with udp 5060, 1000 Mbits/sec</div><div>iperf -c 127.0.0.1 -p 5060 -u -b1000m</div><div><br></div><div>I don't know if it's normal and what we should expect from kemi, but I would like to share this with you. Maybe someone could confirm the performance difference.</div><div><br></div><div>Have a good day !</div></div>