animeshkundu / flake

PHP Micro Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flake

Version 0.002

This is alpha software. DONOT USE IT ON PRODUCTION.

Mixture of Forking and Evented does not always work correctly.

Forking is always safer than Event. Event server crashes on fatal.

Benchmarks

* Forking - 483 concurrency [ ab stats ]. Beware of thundering herd problem.
* Event - above 1000 concurrency [ ab stats ]. Solves c10K.

License

Think GPL2.

Contributions are welcome.

* Please follow conventions.
* Handlers were meant for extensions.
* New classes in flake.php would be a last resort.

About

PHP Micro Framework

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%