Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

After running the CCM for some time, it seems to be getting slower and slower. Why (I am using mysql)?

ccm MySQL running slower time
0
Posted

After running the CCM for some time, it seems to be getting slower and slower. Why (I am using mysql)?

0

The Corinis CCM uses Connection Pooling, it opens quite some connections to the database in order to be able to respond quicker (by this the overhead of connecting to the db falls away). It may be that because of your configuration the maximum numbers of concurrent conections to the database are exhaustet. In this case you have to raise the value of max_connections in my.cnf (compare it to the configuration in the corinis.xml). When using Linux this value can easily be raised from the Default(100) to 500-1000 (depending on the ram instaled). To find out what you max_connections is right now use “mysqladmin variables” (using linux you can also use: “mysqladmin variables | grep max_connections”; depending on your configuration you might want to add -u USERNAME -p PASSWORD) Q: I am using FireFox|Mozilla|Gecko based browser, and I can’t copy/pase in the richedit fields! A: This is a normal behaviour. Just follow the information on the follow up site after you clicked OK. or A: Open your us

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123