Hi, is there any way to know, during Publisher initialization, things about the context it is being created in? Specifically, is this Publisher instance being created as an SCGI sub-process, or is it the one for the built-in stand-alone http server? This could be determined from a request's info, as SCGI sets a request variable, but need to know it at init time, i.e. before any request. mario