Wesley Wu wrote:
> Thanks. Be sure to notify in the mailing list when the snapshot is out. :)
>   

I just put it up at http://caucho.com/download

We're trying to pull in the 4.0.10 schedule a week, so we can get a fix 
out more quickly. (So trying to get a release end of this week/beginning 
of next week).

-- Scott


> 2010/8/7 Scott Ferguson <f...@caucho.com>:
>   
>> Wesley Wu wrote:
>>     
>>> Hi Scott,
>>>
>>> I've experienced weird connection pool issue in 4.0.9 these days.
>>>
>>> After every hour (exactly), the 4.0.9 resin refused to service any
>>> request and occasionally report "ConnectionPool [...] pool overflow".
>>> This situation never occurred in prior resin releases and neither my
>>> webapp nor config was not modified at all after upgrade 4.0.5 to
>>> 4.0.9.
>>>
>>>       
>> Thanks. I think I've found it, and it should be related to the restart
>> problem that Jan Kriesten has reported. I'll see if I can get a snapshot
>> by Monday to verify the problem.
>>
>> -- Scott
>>
>>     
>>> I've no idea what happened though I research the 4.0.9 source code.
>>> I noticed that ConnectionPool.java & UserPoolItem.java were moved to
>>> another package but no major modification were made.
>>>
>>> I did a fine log, here goes the log content (partial) for download:
>>>
>>> http://gp.niugoo.com/resin.partial.zip
>>>
>>> ==================================================
>>> Resin database config:
>>>
>>> <database name="jdbc/yinyuetai">
>>>   <driver 
>>> url="jdbc:mysql://192.168.1.2:3306/bbsee?useUnicode=true&characterEncoding=utf8"
>>>           class="com.mysql.jdbc.Driver">
>>>   </driver>
>>>
>>>   <spy>false</spy>
>>>
>>>   <max-connections>1500</max-connections>
>>>   <max-idle-count>1024</max-idle-count>
>>>   <max-create-connections>5</max-create-connections>
>>>   <max-overflow-connections>1024</max-overflow-connections>
>>>
>>>   <max-idle-time>30s</max-idle-time>
>>>   <max-active-time>6h</max-active-time>
>>>   <max-pool-time>1d</max-pool-time>
>>>   <connection-wait-time>30s</connection-wait-time>
>>> </database>
>>>
>>> -Wesley
>>>
>>>
>>> _______________________________________________
>>> resin-interest mailing list
>>> resin-interest@caucho.com
>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>>
>>>
>>>       
>>
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>
>>     
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>   



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to