Hi all !
I am using register_shutdo wn_function. It behaves something
strange.
register_shutdo wn_function("f1 ");
register_shutdo wn_function("f2 ");
they fire in sequence
f1
f2
One would expect them to fire
f2
f1
Lets assume that I want to use tracer and db access.
f1 - should close the tracer
f2 - should close db connection
It's bug or feature ?
Regards
Matjaz
I am using register_shutdo wn_function. It behaves something
strange.
register_shutdo wn_function("f1 ");
register_shutdo wn_function("f2 ");
they fire in sequence
f1
f2
One would expect them to fire
f2
f1
Lets assume that I want to use tracer and db access.
f1 - should close the tracer
f2 - should close db connection
It's bug or feature ?
Regards
Matjaz
Comment