Hello.
Check your results with official binaries. Set max_connections
variable to big enough value. Combinations of different versions of compilers
and glibc sometimes could give unpredictable results.
"huang leo" <[EMAIL PROTECTED]> wrote:
> Hi, everyone:
>I had done a test on Lin
Hi, everyone:
I had done a test on Linux2.6. I got the max connections of 1079 when I
complied the MySQL with static link. But I got the max connections of 7159
when I complied the MySQL with dynamic link. Why has so much difference
between the static link and dynamic link? Has anybody know