Hello,

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?

Thanks!

--Cal
_______________________________________________
varnish-dev mailing list
varnish-dev@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-dev

Reply via email to