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.
我正在使用创建 Cognos 连接的自定义连接池的 Java 代码。这些连接最终会超时。我使用了一个 jMeter 脚本来有效地防止它们超时。最好的方法是什么?我正在考虑添加一个 Spring 任务,该任务每 10 分钟左右在池中的每个连接中使用 Cognos ContentManagerService_Port 执行某些操作,但不确定这是执行此操作的最佳方法,还是执行此操作的唯一方法。