From: Stefan de Konink Date: Thu, 13 May 2010 21:53:16 +0000 (+0200) Subject: Update X-Git-Url: https://repo.or.cz/w/mistral.git/commitdiff_plain/171e5156acfd529863fd89e2030499b122cde1a1 Update Merge branch 'newparser' of ssh://repo.or.cz/srv/git/mistral into newparser Conflicts: README --- 171e5156acfd529863fd89e2030499b122cde1a1 diff --cc README index bdb42bf,25cdb65..e7454d6 --- a/README +++ b/README @@@ -14,35 -13,34 +13,44 @@@ could be encountered is out of memory s garbage collector incidents. This code has been written because of /extreme/ performance - improvements in compare to a standard SAPI clients or HipHop. + improvements in comparison to standard SAPI clients like FastCGI + or mod_php. We suggest you to use this code behind a reverse proxy such - as Varnish or Cherokee. - - - Dependencies; - The code requires libev to compile and run, and gets is major - speed improvement from this great framework. - + as Varnish, haproxy or the Cherokee Webserver. +How to use; +phpize +rm aclocal.m4 # might be needed +autoreconf # for gentoo +./configure +make +make install +add extension=mistral.so to your php.ini, see the examples +directory for the typical Hello World type of application. + - Known issues; - Memory usage might become a problem. + Dependencies + ------------ + The code requires libev to compile and run, and gets it's major + speed improvement from this great library. + + Installation + ------------ + 1.) phpize + 2.) ./configure + 3.) make + 4.) make install + 5.) add extension=mistral.so to your php.ini, see the examples + directory for the typical Hello World type of application. - Stefan de Konink, 2010-02-21 + We hope you find this extension useful and + you will create high performance web sites using it + Stefan de Konink & Michael Maier, 2010-05-13 - Information request; - German/English -- Michael - Dutch/English -- Stefan + Information request + ------------------- + Dutch/English -- Stefan (stefan@konink.de) -German/English -- Michael (maier@b2host.de) ++German/English -- Michael (maier@b2host.de)