-
Hey all,
When enabling connection pooling with `NingWSClient`, connections will be leaked under load. I have a reproducing test case available at https://github.com/saeta/play-2.4.x-connection-leak-r…
saeta updated
8 years ago
-
After upgrading from eventmachine 1.0.9.1 to 1.2.0, my rails site (running on thin) exits with `Abort trap: 6` on the first request from my browser.
I'm not familiar with eventmachine. It's a depende…
-
```
What version of the product are you using? On what operating system?
I'm using the latest 2.4.2 build on Linux. It seems that when the write/read
speed is very high the client keeps reporting Op…
-
Hello all,
we are having a strange problem in a concrete magento ( I have more than 20 magento stores working with turpentine + varnish without problem ).
This install has haproxy -> varnish -> ngin…
CrK01 updated
8 years ago
-
Hi @lws-team,
I'm experiencing a fatal _Heap Corruption Exception (0xC0000374)_ on my **Win32** executable.
![3683 clip_image001_394cb0f4](https://cloud.githubusercontent.com/assets/1503583/15778007…
-
I'm new to Turpentine and Varnish, here are my settings:
nginx -> varnish -> nginx -> php5-fpm
Varnish works fine when I set nginx to listen to port 80 then forward to varnish without using ssl (not …
-
```
What version of the product are you using? On what operating system?
I'm using the latest 2.4.2 build on Linux. It seems that when the write/read
speed is very high the client keeps reporting Op…
-
Here is a simple server
``` julia
using HttpServer
gc_enable(false)
const Z = "HELLO WORLD"
http = HttpHandler() do req::Request, res::Response
r = Response(Z)
r
end
server = Server( http…
ghost updated
9 years ago
-
The new cache changes broke something. The cache always returns null
```
cabbage:enterprise-3.x will$ ab -n 100 -c 10 http://localhost:8080/DOTLESS/application/themes/quest/less/main.css
This is Apa…
-
I use passenger to start a testing server, copied from the app.js from the passenger nodejs demo. The following are the output when first starting the service.
```
[dtian@drtest01 passenger-nodejs-co…