-
We've been seeing this with our automated jobs that check the health of the system after someone releases it. I caught a journal of it happening on the openbmc side.
The system was at BMC_READY an…
-
I'm having trouble understanding how to configure Akka HTTP (version 2.4.11) to accept more than about 130 concurrent connections. My minimal test case is this example from the docs, in which I've tri…
-
Right now Che isn't using the performance benefits offered by Apache Portable Runtime (APR). These reduce the max latency during TLS negotiation dramatically and improve overall latency by at least tw…
-
# a simple webserver with amqp connection.
## 1. webserver(wtest) app run in cluster mode as:
[root@VirtualServer1 TEST]# pm2 start wtest.js -i 0
[PM2] Starting wtest.js in cluster_mode (0 instance…
-
Reported by @v3ss0n in https://github.com/rethinkdb/rethinkdb/issues/2622#issuecomment-88780044 . See that post for details.
-
Reported by Wilberforce:
When testing and debugging, after a while to http server code fails to start with an out of sockets error.
This happens after a number of uploads from the web ide.
I believe …
-
As discussed in #11, I encountered the following issue: after about 16,300 requests created by the benchmark tool `ab` the server 'hangs'. This happens regardless of the concurrency
The failing comma…
-
Mongoose seems to be closing connections when the server is on load.
I am using the [restful_server example](https://github.com/cesanta/mongoose/tree/master/examples/restful_server) provided by this r…
-
We're using guzzle to query Google's PageSpeed-API concurrently as per the docs via creating multiple asynchronous requests with `$client->getAsync(...)` and then waiting for the results via `Promise\…
-
[Environment]
- PHP: 7.0.6-VC14-TS-x64
- pthreads: php_pthreads-3.1.6-7.0-ts-vc14-x64
- OS: Windows 7 x64
[Summary]
Trying to run PHP built-in server with pthreads enabled
[Reproducing Code]
php.exe…