开发者

multiple processes

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜