Hello,<br><br>Is there a good method to load my module in the main varnishd thread? Currently I'm just adding some inline code to vcl_recv to open up my shared lib and call dlsym() to load my functions. Looking at the compiled VCL code, is it possible to inject something in VGC_Init()? And, would that load my module once on startup, then still be available to each handler thread?<br>
<br>Thanks!<br><br>--Cal<br>