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
- Host: GitHub
- URL: https://github.com/animeshkundu/flake
- Owner: animeshkundu
- License: gpl-2.0
- Created: 2014-04-10T08:32:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T20:09:11.000Z (over 9 years ago)
- Last Synced: 2025-06-03T21:29:33.855Z (10 months ago)
- Topics: benchmarking, framework, lightweight, micro-framework, php
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.