On Mar 23, 2013, at 7:24 AM, Hagar Delest <hagar.del...@laposte.net> wrote:

> Le 22/03/2013 23:35, Rob Weir a écrit :
>> On Fri, Mar 22, 2013 at 5:53 PM, Hagar Delest <hagar.del...@laposte.net> 
>> wrote:
>>> But there is something I don't catch: the forum has been running fine for
>>> the 5 previous years. Has any change been made to the system recently? I
>>> can't see why it should suddenly stop working like that.
>>
>> Didn't we just run into an attachment size limitation right before
>> this happened?
>
> Only in one of the NL area, it was fixed by some clean up and anyway this can 
> be easily changed from the admin panel. No need of specific access and no 
> link I think with MySQL.
>

The point is that increased data loads can cause things that once
worked to start giving errors.

With a connection pool you need to look at average load as well as
average duration of connections. If the database grows and query times
increase then your connection pool utilization can increase.  I know
nothing specifically about phpBB but this is general.  So occasional
tuning is a good idea since the DB is constantly growing.

-Rob

> There has been some work on the wiki recently, could it be linked?
>
> Hagar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to