-
Here is my sample http server:
```
require('./init')(function (...)
local http = require 'http'
local server = http.createServer(function(req,res)
res:finish("hello")
end):listen(8080,"0.0.…
-
I installed the Turpentine - Varnish Cache extension on Magento and did configuration.
Attached the configuration Image files.
![configuration1](https://f.cloud.github.com/assets/5136861/892679/6478b7…
-
Even in low volumes, both my consumer and producer timeout from time to time as per the logs below. Any `config` params that could be tweaked to avoid this?
Publisher:
``` elixir
13:49:15.706 [error…
-
Here is my test configuration in a virtual machine:
Pound (IP_EXT, 80 and 443) => Varnish (127.0.0.1, 8090) => Apache (IP_EXT, 8080)
By default Crawler IP Address is set to 127.0.0.1. In the above s…
-
Hi everyone, I am running with an issue that I could not find any solution, and I am at the point where I am not sure if it is not a bug with the template for Varnish 4.0 here in the devel branch.
I …
-
Platform: Ubuntu Linux 15 - 64bit on VirtualBox, Mysql (default 5.6), Kemal Branch, Kemal-Mysql.
Built using Crystal Build (No Release / Optimisations)
Ran a few AB test on a simple SQL Query and fou…
-
Hey there,
it seems to me that the HTTP keep-alive feature in aleph servers might be broken. I created a minimal project to illustrate the problem:
https://github.com/xsc/aleph-stream-testcase
I te…
-
Hello
I try run WEBSOCKET_SHOOTOUT demo with ab -n 1000000 -c 200 -k http://127.0.0.1:3000/
and memory increase on each itteration on 500kb or so on mac os sierra...
-
I am trying to run a simple benchmark test for the async requests. Following is the code:
```
import tornado.web
import tornado.httpserver
import tornado.ioloop
import tornado.httpclient
from tornad…
-
hi
I edit the express.application.handle like below
var namespace = cls.createNamespace('transaction');
express.application.handle = function(){
namespace.run(function cb(){
namespace.bindEmitter(ar…