<div dir="ltr"><div>eventlet.spawn_n is the same as eventlet.spawn, but it’s not possible</div><div>to know how the function terminated (i.e. no return value or exceptions)[1].</div><div>If an exception is raised in the function, spawn_n prints a stack trace.</div>

<div>The stack trace will not be written to the log file. It will be lost if we</div><div>restart the daemon.</div><div><br></div><div>Maybe we need to replace spawn_n with spawn. If an exception is raised in the</div><div>

function, we can log it if needed. Any thoughts?</div><div><br></div><div>related bug: <a href="https://bugs.launchpad.net/neutron/+bug/1254984">https://bugs.launchpad.net/neutron/+bug/1254984</a></div><div><br></div><div>

[1] <a href="http://eventlet.net/doc/basic_usage.html">http://eventlet.net/doc/basic_usage.html</a></div><div><br></div>-- <br><div dir="ltr">Cheers,<div>Jian</div></div>
</div>