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.
标题确实是个问题,您可以使用 Domino XPages 进行长轮询吗?因此,不是不断地轮询服务器,而是在第一个超时时再次进行查询。
您很可能希望部署自己的 Servlet 来实现这一点。基于 OSGi 的 XPages 允许您以具有对用户会话的完全访问权限的插件的形式执行此操作。