An open API service indexing awesome lists of open source software.

https://github.com/animeshkundu/flake

PHP Micro Framework
https://github.com/animeshkundu/flake

benchmarking framework lightweight micro-framework php

Last synced: 7 months ago
JSON representation

PHP Micro Framework

Awesome Lists containing this project

README

          

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.