15 projects tagged "extension"
Turpentine is a Magento extension to improve Magento's compatibility with Varnish, a very fast caching reverse proxy. By default, Varnish doesn't cache requests with cookies, and Magento sends the frontend cookie with every request, causing a (near) zero hit rate for Varnish's cache. Turpentine provides Varnish configuration files (VCLs) to work with Magento and modifies Magento's behavior to significantly improve the cache hit rate.
snmpd-pyagentx provides Python3 bindings for AgentX extension of the snmpd part of the Net-SNMP project. It allows you to tie into snmpd, returning your own values for OIDs or whole OID trees right from the Python code. It consists of a thin C interface for snmp_agent_api(3), provided by net-snmp project libraries, and pure Python logic for handling forwarded requests. The C code is loosely based on the python-agentx project codebase by Bozhin Zafirov.