Set compilation and stats creation now done by vcl_init PRIV_TASK fini.
.compile() is still legal, but unnecessary and will be deprecated. .create_stats() just sets a flag in the PRIV_TASK that stats should be created by the fini method. If .compile() is called, .create_stats() is now legal before or after .compile().
Showing
This diff is collapsed.
Please register or sign in to comment