Marc Morera

Results 97 comments of Marc Morera

@nivpenso each test should be isolated, so working with different kernels would have sense. The same happens when you have functional tests with a running Drift server, Several isolated servers...

@raebbar yes, you're right. Cache is something that is useful. But is **only** useful when you need velocity in terms of building and shutting up kernel instances. And this only...

@raebbar what about working with cache **ONLY** in test environment?

I like this idea as well. That makes it completely configurable, no matter the environment. Said that, in that case, that option should be properly documented.

Just a thing here. Drift can **ONLY** work with stateless services. The thing to work with several kernels would be for parallelism features, but that's it.

@raebbar nopes. In Drift (neither in any ReactPHP application) you **can not** use stateful services. Basically because you cannot guess the order of requests accesses. The only state that a...

@raebbar whan I talk about services, I mean this, state per request. So yes, can have state, but this state change will be shared per all request at any order....

@raebbar @nivpenso https://github.com/driftphp/http-kernel/pull/45 WDYT? It's a simple workaround that can work properly in dev environments.

Hello @devnix Not really ATM. As as I can understant, yo want a framework to match connections with a controller, instead of working with this HTTP extra layer, am I...

Can I ask you why you can't rely on HTTP layer?