Sergey Zhukov

Results 20 comments of Sergey Zhukov

@MherX This issue is unrelated to original, please open another one. In short this message means that your application declaration does not match to the host:port which are coming from...

Could you post mono version information? To do it, run mono --version from the target machine

Can you provide a reproducible case (application and configs), so I can look what is wrong?

в логах должно быть сообщение `register_host()`, здесь его нет. Конфиг, в котором прописаны web-applications действительно лежит в /etc/hyperfastcgi/hfc.config?

The second way is the way I thought to implement ASP.NET vNext support. And exactly the firefly library is the base I would start from. I think about the additional...

Do you see this issue only with managed listener? Did you try NativeListener? With managed listener: what if you change `keepalive` settings in nginx to 60? What is the state...

With keepalive 60 and ab concurrent connections 50 nginx should not create any additional connections so the number of opened connection should not grow. If it grows it is probably...

В версии 0.4 только через остановку процесса/обновление bin или web.config/запуск процесса, т. к. автоматический перезапуск после обновления до конца не реализован. В версии 0.3 работает автоматом.

Специфика ASP.NET такова, что при обновлении web.config или bin файлов происходит выгрузка работающего web-приложения из домена и веб-сервер (например IIS) загружает его снова, т. е. приложение в любом случае останавливает...