kraken-php / framework

Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
http://kraken-php.com
MIT License
1.12k stars 59 forks source link

Create universal path for storing container definitions #31

Closed khelle closed 8 years ago

khelle commented 8 years ago

Right now the default paths for storing definitions are App\Process for process-based containers and App\Thread for thread-based containers. There should exist a unviersal path too.

khelle commented 8 years ago

Version 0.3.1 is going to change the default paths to:

App\Process --> App\Process\Container
App\Thread  --> App\Thread\Container

Universal path of App\Runtime\Container will be added too.