在线程之间共享连接
来自 Derby 开发指南“在线程之间共享连接的陷阱” ,最好将每个线程分配给不同的连接。我想知道“如果一个线程提交,它会关闭使用同一连接的所有其他线程的语句和结果集”这一行为在所有 RDBMS 中还是仅在 Derby 中都是正确的? 谢谢。
From Derby development guide "Pitfalls of sharing a connection among threads", it is good practice to assign each thread to a distinct connection. I would like to know the behavior "If one thread commits, it closes the Statements and ResultSets of all other threads using the same connection" is true among all RDBMS or just Derby?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确切的行为将取决于所使用的 RDBMS,但绝大多数会
The exact behaviour will depend on the RDBMS used, but the vast majority will either