Raspberry
  • Home
  • Kennis
  • Cases
  • Blog
  • Over Raspberry
  • Contact
  • Nl
  • En
homeblogarchief van tag 'php'

    Blog Archives

  • Stunnel, a practical solution for SSL/TLS

    10-09-2010Author: basdenooijer Add a comment

    TLS/SSL encryption is generaly a good thing to use, however it can in some cases be hard to implement. Stunnel is a small program that provides SSL/TLS capabilities to clients and/or servers that don’t speak SSL/TLS natively. It basically works like a proxy, transparently adding an encryption layer to the communication layer; or removing it. [...]

    Read more High performance, opensource, php
  • Integrating Solr with PHP

    20-07-2010Author: basdenooijer 6 Comments

    Currently there isn’t really a standard way to integrate Solr with PHP. For various projects I have used: manual HTTP requests PHP Solr extension solr-php-client library They all have their own pros and cons.

    Read more php, solr, zend framework
  • Cross-domain XHR with Varnish

    09-07-2010Author: basdenooijer Add a comment

    Cross-domain XHR (AJAX) requests can be an issue. There are workarounds like JSONP but sometimes JSONP is not available, or you need a POST request, or you have other special requirements that require usage of XHR. In that case a webproxy on your own domain is often used to resolve the crossdomain issue. There are [...]

    Read more High performance, php, varnish
  • Controlling Varnish ESI inside your application

    05-07-2010Author: basdenooijer 2 Comments

    For me one of the best features of Varnish is ESI (Edge Side Includes).  It allows you to combine elements with different lifetimes into a single page. This way you don’t need to regenerate a complete page as soon as a news listing somewhere on the page changes. And you can still cache pages while [...]

    Read more High performance, php, varnish, zend framework
  • Newer posts »
  • Categories

    • General (1)
    • PHP (7)
    • Solarium (7)
    • Solr (13)
    • Varnish (2)
  • Popular

    • Integrating Solr with PHP
    • Benchmarking PHP Solr response data handling
    • Solr update performance
    • Controlling Varnish ESI inside your application
    • Solarium PHP Solr client
    • Solr select query GET vs POST request
    • Complex Solr faceting
    • Testing Solr update XML messages
    • Stunnel, a practical solution for SSL/TLS
    • Solr test dataset
  • Tags

    drupal gearman High performance mysql opensource php solarium solr varnish zend framework
  • Sharing

    Share on Twitter
  • RSS feed
  • Sitemap
  • Contact informatie
  • Copyright 2012 - Raspberry