-
I'd open the issue now because the 'thread' branch has been merged into 'master' branch.
The frequency of the panic `fatal error: concurrent map read and map write` is getting less and less, but occa…
-
Hello!
While benchmarking basic "helloworld" application found out some really strange behavior.
``` php
$router = \Aerys\router()
->get("/res_end", function (Request $req, Response $res) {
…
-
Right now Artemis is micro-benchmarks for webworkloads (netperf TCP_CRR). We should look into adding a more flushed out workload.
-
If the binary servlet is serving a large file repeatedly (a video on the home page, for example) most visitors will leave the page before the file has been fully downloaded. This causes Tomcat to thr…
-
This issue is more obvious when a large number of connection is specified. The test below was interrupted with Ctrl-C after 12000 requests. The result is that 408 connections remain "active" in Tempes…
-
I've installed Turpentine on our staging site and it seems as if Varnish is either not caching or being hit and it is just passing the request to NGINX. The TTFB is still at approx 850ms.
The site i…
-
I create a new sails project, add some lines into the default homepage view:
``` javascript
setTimeout(function(window.location.reload();), 2000);
```
I make the page auto reload every 2 secon…
-
we brought up this issue last week and thought it had gone away when we built the latest code from the develop branch (MD5 (marklogic-sesame-1.0.0-SNAPSHOT.jar) = e561c13de53923e5d4d8b4a6c1b8986f)
but…
-
I create test repo using mio.
https://github.com/szagi3891/testhttp # 8754094b5cceb411def73eb9500aa67bb33b2462
Next, i run command in bash shell : "ab -n 10000 -c 100 http://127.0.0.1:13265/"
and i …
-
Start `ab` against Tempesta with options to issue only 2 requests in one thread, and be very verbose:
```
ab -v 4 -n 2 -c 1 http://192.168.10.230:80/
```
It issues only one request and then times ou…