From 62a8a74cd76952c3ef3c138628fb42b27b114d93 Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Sun, 21 Feb 2010 07:47:49 +0100 Subject: [PATCH] Etc. --- AUTHORS | 2 ++ LICENSE | 1 + README | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE create mode 100644 README diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..b6b1afa --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Michael Maier +Stefan de Konink diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e5d224f --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +The license debat has not yet been started. So for now the license will be LGPL. diff --git a/README b/README new file mode 100644 index 0000000..076f8ac --- /dev/null +++ b/README @@ -0,0 +1,46 @@ +Mistral + + +The PHP extension you have in front of you allows you to run a +webserver from inside PHP. This allows you to run a standalone +application as server, giving it all the benefits of an easy +to learn and write language plus secure deployment. + +It is currently /in development/, this means that the code you +can find here is not ready for production yet, unless you are +able to debug it yourself and/or are willing to invest time +why things do not work as expected. A very tricky problem that +could be encountered is out of memory situations because of +garbage collector incidents. + +This code has been written because of /extreme/ performance +improvements in compare to a standard SAPI clients or HipHop. +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. + + +How to use; +phpize +./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. + + +Stefan de Konink, 2010-02-21 + + +Information request; + +German/English -- Michael +Dutch/English -- Stefan -- 2.11.4.GIT