没听说0是无限大,你可以设置一个数值试试。
--
blog: http://chenxiaoyu.org/blog/


2009/12/22 joewu <[email protected]>

>
>
> 2009/12/22 smallfish <[email protected]>
>
> 恩,对的。需要加大下mysql的max_connection参数了。
>> 在你的my.cnf里改改。
>> --
>> blog: http://chenxiaoyu.org/blog/
>>
>>
>> 2009/12/22 joe jiang <[email protected]>
>>
>> Apache 里面调用 DBI 的时候,关闭其实没有任何用的。因为这个 disconnect 被 override 了。
>>>
>>>
>>> Chat Skype: joejiang799 MSN: [email protected]
>>> Contact Me [image: 
>>> Linkedin]<http://cn.linkedin.com/pub/joe-jiang/12/552/940> [image:
>>> Flickr] <http://www.flickr.com/photos/40820...@n04>
>>>
>>>
>>> --- @ WiseStamp Signature <http://www.wisestamp.com/email-install>. Get
>>> it now <http://www.wisestamp.com/email-install>
>>>
>>>
>>> 2009/12/22 joewu <[email protected]>
>>>
>>> 在最顶层的autohandler放置了链接方法代码如下:
>>>> my $dsn="DBI:mysql:vb:localhost";
>>>> my $username='root';
>>>> my $password='7232830';
>>>> my %conn_attrs=(RaiseError=>1,PrintErros=>0,AutoCommit=>1);
>>>>    $dbh=DBI->connect($dsn,$username,$password,\%conn_attrs);
>>>>
>>>>    $dbh->disconnect();
>>>>
>>>> 验证密码的模块 代码是 $m->comp('validate_password.mas',%ARGS)!=1
>>>>
>>>> 然后不段的按 submit按钮,第一次没问题 第二次没问题 。但是一直按 下去 就会出现下面的 错误:
>>>> DBI connect('vb:localhost','root',...) failed: Too many connections ;
>>>>
>>>> 奇怪的是 链接在autohander 已经关闭了 为什么还会出现这种情况呢?
>>>> 应该怎么解决啊?
>>>>
>>>> --
>>>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>>>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>>>> 要取消订阅此网上论坛,请发送电子邮件至 
>>>> [email protected]<perlchina%[email protected]>
>>>> 。
>>>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>>>
>>>
>>>  --
>>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>>> 要取消订阅此网上论坛,请发送电子邮件至 
>>> [email protected]<perlchina%[email protected]>
>>> 。
>>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>>
>>
>>  --
>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>> 要取消订阅此网上论坛,请发送电子邮件至 
>> [email protected]<perlchina%[email protected]>
>> 。
>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>
> max_connection 是设置为0的 就是没有限制。那应该是最大的了。但是还会出现那种问题哦。
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
> 要取消订阅此网上论坛,请发送电子邮件至 
> [email protected]<perlchina%[email protected]>
> 。
> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>

--

您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
要向此网上论坛发帖,请发送电子邮件至 [email protected]。
要取消订阅此网上论坛,请发送电子邮件至 [email protected]。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。


回复