Re: mod_perl , ChildInitHandler, OpenApi

2019-12-09 Thread Randolf Richardson
You can use the $r->pnotes to pass blessed Perl objects between handlers that run at different phases: Apache2::RequestUtil -- $r->pnotes https://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_pnotes_ (I'm assuming that you're using mod_p

mod_perl , ChildInitHandler, OpenApi

2019-12-08 Thread pW
Hi, we're running our application build with mod_perl and MasonX::WebApp::ApacheHandler (quite old, yes I know) Now I would like to use OpenAPI::Client to connect to some other web services we need. OpenAPI::Client generates code based on the api specification, but this takes 3 -4 seconds , w