Module ngx_http_fastcgi_module The ngx_http_fastcgi_module module allows passing requests to a FastCGI server. Example Configuration Directives This directive appeared in version 0.8.22. Makes outgoing connections to a FastCGI server originate from the specified local IP address. Sets the size of the buffer used for reading the first part of the response received from the FastCGI server. This directive appeared in version 1.5.6. Enables or disables buffering of responses from the FastCGI server. When buffering is enabled, nginx receives a response from the FastCGI server as soon as possible, saving it into the buffers set by the fastcgi_buffer_size and fastcgi_buffers directives. When buffering is disabled, the response is passed to a client synchronously, immediately as it is received. nginx will not try to read the whole response from the FastCGI server. Buffering can also be enabled or disabled by passing “yes” or “no” in the “X-Accel-Buffering” response header field. Defines a shared memory zone used for caching. off
Downloads TokuDB® (for MySQL and MariaDB) and TokuMXTM (for MongoDB) are open source, and come in both Community and Enterprise editions. The Community editions can be used for free, and the Enterprise editions require a Tokutek subscription. A 30-day free trial of any Enterprise Edition, which includes support, is also available. Contact us to request a free trial. After you have downloaded the product we would love to know how it goes. Choose the download that is right for you: A Tokutek Subscription, which includes a license to use the Enterprise Edition of Tokutek’s storage engines, also includes enterprise-class support and on-boarding services.
ImageOptim — make websites and apps load faster (Mac app) Grunticon: A Grunt.js plugin for managing and delivering sharp icons to all devices Posted by Scott on 08/31/2012 Topics: announcements css icon design progressive enhancement Note: Grunticon was formerly named Unicon. Creating sharp-looking icons and background images in our client work has always been more complicated than we want it to be, and with the growing popularity of higher-definition screens, it's only getting harder. What we really want is a way to efficiently manage and serve vector icons so they'll be crisp on displays of all resolutions, while delivering them in a way that is fast and non-blocking (for performance), and with appropriate fallbacks for older devices. Grunticon: A mystical CSS icon solution Grunticon is a Grunt.js task that efficiently manages icons and background images for delivery to a variety of browsers and devices. The 3 files are necessary to support different browsers, and only one of the formats is intended to be served to a particular device, based on a browser's capabilities for SVG, data URLs. Output Samples