raffis

Results 53 comments of raffis

We may also introduce the tus protocol (https://github.com/ankitpokhrel/tus-php) but probably doesnt really fit well. There is too much specific stuff.

[RFC-2](https://github.com/gyselroth/balloon/tree/master/rfc) pending.

Might also look into sse. But probably not much different to long pulling.

Actually Using Swoole #338 and MongoDB does work. I've implemented a mongodb changestream within a swoole process which pushes events to connected clients (ws).

running `opcache_reset()` each request overturns the usage of opcache. Maybe we need to store the config in apc and load it from there if the file can not be opened,...

https://pracucci.com/php-realpath-cache-and-kubernetes-secrets-configmap-updates.html

This will be solved with #338 since we will implement the http stack in balloon itself and moving away from a php-fpm/nginx construct.

> ideally you would want a health check on each pod similar to what https://github.com/Nexinto/check_kubernetes does Yes indeed, but check_kubernetes is not a plugin shipped by icinga2. Therefore you need...

> Looks like a stack overflow to me. Have you tried increasing the stack size using `-stack-size=32k` for example? I did not but increasing the stack size does not solve...