如何在WebLogic 8中使用线程池?
在 WebLogic 8.1.6 中如何从执行队列(=线程池)获取/使用/返回线程?
How is it possible to get/use/return a thread from an execute queue ( = thread pool) in WebLogic 8.1.6?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,不,这是不可能的,你不能直接获取线程。相反,请将执行队列分配给 Servlet、JSP、EJB 或 RMI 对象。
AFAIK, no, this is not possible, you can't get a thread directly. Instead, assign an execute queue to a Servlet, JSP, EJB, or RMI object.