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.
我正在编写一个多线程程序来检查数据库服务器的性能。在我的程序中,一个线程应该以给定的速率访问(读取/写入)数据库(例如每秒 100 次)但我的问题是,我如何才能以给定的速率访问数据库。如何在一秒钟内向数据库发送 1000 个请求。