Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何解决方案可以在 DreamHost 或其他我无权调整 apache 的共享托管环境上运行此类操作?
你当然可以,但只要 Apache HTTP 服务器不提供非阻塞 IO 功能(并且每个轮询连接都有一个与之关联的服务器线程),你就会很快耗尽内存(在 2-3k 连接之后)。 如果你的意思是 Apache Tomcat,NIO 默认是关闭的,你需要访问配置文件才能改变它。