开发者

multiple processes

开发者 https://www.devze.com 2023-01-16 21:39 出处:网络
I am using openSUSE & mysql table with 25 milli开发者_运维技巧on records. I am doing some stress testing & came accross something: I am running 2 perl scripts that access mysql....each will s

I am using openSUSE & mysql table with 25 milli开发者_运维技巧on records.

I am doing some stress testing & came accross something: I am running 2 perl scripts that access mysql....each will select a record one at a time at random then get another record & so on. So far, so good. Let's call these process A & process B.

Now, I want to kick it up a notch. When I add a third process (process C) that selects all records (either through perl or phpmyadmin) then process A & process B freeze up until process C finishes.

Shouldn't I be able to make concurrent requests?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号