solidpulse

Results 13 comments of solidpulse

This is some serious bug, issue still persists with no load and even on QOS 1 ``` docker run -v /Users/john/Documents/vernemq/conf:/tmp/conf -e "DOCKER_VERNEMQ_ACCEPT_EULA=yes" -e "DOCKER_VERNEMQ_VMQ_PASSWD__PASSWORD_FILE=/tmp/conf/vmq.passwd" -e "DOCKER_VERNEMQ_VMQ_ACL__ACL_FILE=/tmp/conf/vmq.acl" -e "DOCKER_VERNEMQ_LISTENER__TCP__ALLOWED_PROTOCOL_VERSIONS=3,4,5" -p...

@rdasgupt is this targeted for 1.2.5?

> More name ideas: > > * elephant > * littleElephant > * elephant in some other language than english @abertschi I propose "**Mammoth**", something close to an elephant and...

Probably, we must leave this to the user level PHP scripts that implement SAPI or run as an Async server like https://www.swoole.co.uk/ or https://reactphp.org/

from a business perspective, people prefer PHP-FPM more than mod_php Reasons: - A lot easier to install and configure - A run-time issue in PHP-FPM does not take down the...

People are moving to Swoole and other implementations, cos classical PHP-FPM doesn't scale well when compared to other technologies like NodeJS Swoole solves this by going async, but this introduces...

@abertschi This command is really useful ``` mvn package -DskipTests=true ``` can you list a few others that you commonly use, this will be a good starting point for us,...

ok looks like chris has gone the similar way too: (Feels like a pat on my back) https://chrisseaton.com/rubytruffle/llvm-cauldron-16/llvm-cauldron-sulong.pdf

``` Sulong lets you virtualise C - so you could intercept calls to the write syscall and redirect them into Java IO calls that work with Loom. There's a version...