I wonder how many active connection on each page of my Q2A installation?
I am having the following message many days a week:
Warning: mysql_connect() [function.mysql-connect]: Can't create a new thread (errno 11)
I googled for it and I found that it means I am consuming the max limit of connections per user at a time which mean much memory usage.
Is Q2A using many connections on each page? Or am I getting DoS attack?
Any solutions?
Answering this question again (I had commented already once above). If you want to see the list of all queries on a page then set the QA_DEBUG_PERFORMANCE property to true in qa-config.php. This will output performance and MySQL query related information at the bottom:
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.