Comet Programming in IIS

后端 未结 4 1734
有刺的猬
有刺的猬 2021-01-03 03:56

It is said that IIS is not recommended for Comet programming. If that is true, how is it that other web servers are able to handle this vis a vis IIS. So what is it that oth

4条回答
  •  失恋的感觉
    2021-01-03 04:43

    We have moved away from using IIS to using a custom web server built using HttpListener. IIS imposes resource limits and screws up debugging any other ASP.NET web application you have. Running it on a different App Domain minimizes but does not resolve the problem.

提交回复
热议问题