AiP 0.9.0 is released

9 views
Skip to first unread message

Alexey Zakhlestin

unread,
Mar 29, 2011, 7:03:22 AM3/29/11
to aip-php-dev
AiP 0.9.0 was released today.

This is a major release, which is not directly compatible with
AppServer 0.4.x series
At the same time, AppServer 0.5.0 package was released, which is the
compatibility wrapper, allowing to use old code with new libraries.

to upgrade existing installation, use usual:

sudo pear upgrade indeyets/AppServer

for new installations, use:

sudo pear channel-discover pear.indeyets.pp.ru
sudo pear install indeyets/aip


for further updates, use

sudo pear upgrade indeyets/aip


AiP is the implementation of generic HTTP application stack, similar
to Ruby Rack or Python's WSGI.
AiP has a highly modularised design and consists of:

* Handlers: Daemonic (optimised "appserver" approach), MOD_PHP
(classical php approach)
* Transports: PHP Streams, LibEvent, ZeroMQ (Mongrel2 compatible)
* Protocols: HTTP 1.0, SCGI, Mongrel2 (over ZeroMQ)
* Middlewares (intermediate request processors)
* Bundled applications: simple FileServer
* "aip" command-line tool, for starting applications

Application must be described using a simple YAML-file, to be runnable
by "aip" tool
You can find example of application here:
https://github.com/indeyets/appserver-in-php/tree/master/examples/new

--
Alexey Zakhlestin, http://twitter.com/jimi_dini
http://www.milkfarmsoft.com/

Reply all
Reply to author
Forward
0 new messages