beaucollins / phluid-php

A micro-framework for PHP built on ReactPHP, heavily inspired by Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for threads

dev-mraj opened this issue · comments

i think there should be support for threads so requests do not block each other.

ReactPHP handles the evented IO so it should be able to handle concurrent requests.

The templating via include statements is probably blocking though. That portion of the framework needs some checking out.