You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by goteti udaya bhanu <go...@gmail.com> on 2012/03/06 13:19:52 UTC

No plugins for some requests

Hello,

        We are running ATS with some plugins. However, recently we wanted
to implement "internal requests", which essentially don't go through
plugins, and in our case, not cacheable. We tried various things here:

1. We made them go through port 8084
(proxy.config.process_manager.mgmt_port). This helped avoid plugins, but
not sure whether it is supported or not. In addition, whatever we kept in
cache.config, the requests seemed to be cached, when they go though 8084.
2. We made changes to our plugins, to specially treat "internal requests",
this allowed us to go through the "normal" way, but, the rps (requests per
second) was way too low.

        So now, we have no effective solution to our problem. Please help
us.

Thanks
Udaya