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.
我有一个使用 JPA 和 EclipseLink 的简单桌面应用程序,这个应用程序有 7 个表,每个表有 8 条记录,一切正常。
但我想模拟我的桌面应用程序有 4000 个 select 语句请求,看看它是否对学校项目有很好的响应。
提前致谢!
线程。
创建一个实现 Runnable 的类,在方法 run() 中循环调用你的服务。然后创建几个线程来运行这些 Runnable。