Hi everybody, ^^^^^^^^^^^^^
I started to use ser 0.8.11 on my server (Debian/SID). After start of ser MySQL server accepts about 95 - 100 connections per loaded module. I use auth_db module and msilo module and I found 300 connections in logfile of my MySQL server. I think, this is not normal behaviour, is it?
I use MySQL server 4.0.15a-1 from SID distribution.
Thank you very much for your reactions.
Best regards Michal
Hello,
that depends on your configuration and number of processes. Current version of ser needs a lot of opened connections and it is usually necesarry to increase the maximal number of opened connections in the MySQL config file. The next release will have it fixed. 300 sounds too much to me too, how many processes did you start ?
Jan.
On 15-10 18:20, Michal Tarana wrote:
Hi everybody, ^^^^^^^^^^^^^
I started to use ser 0.8.11 on my server (Debian/SID). After start of ser MySQL server accepts about 95 - 100 connections per loaded module. I use auth_db module and msilo module and I found 300 connections in logfile of my MySQL server. I think, this is not normal behaviour, is it?
I use MySQL server 4.0.15a-1 from SID distribution.
Thank you very much for your reactions.
Best regards Michal
-- Michal Tarana
Oddelenie projektu Infovek Ustav informacii a prognoz skolstva SR Stare Grunty 36 Bratislava
ICQ: 146757226
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
see INSTALL: ------------- D) ser with Persistent Data Storage
The default configuration is very simple and features many simplifications. In particular, it does not authenticate users and loses User Location database on reboot. To provide persistency, keep user credentials and remember users' locations across reboots, ser can be configured to use MySQL. Before you proceed, you need to make sure MySQL is installed on your box. Your MySQL server must be configured to deal with a large number of connection. To increase it, set the following line in [mysqld] section of your configuration file:
set-variable = max_connections=500 ---------------
-jiri
At 06:20 PM 10/15/2003, Michal Tarana wrote:
Hi everybody, ^^^^^^^^^^^^^
I started to use ser 0.8.11 on my server (Debian/SID). After start of ser MySQL server accepts about 95 - 100 connections per loaded module. I use auth_db module and msilo module and I found 300 connections in logfile of my MySQL server. I think, this is not normal behaviour, is it?
I use MySQL server 4.0.15a-1 from SID distribution.
Thank you very much for your reactions.
Best regards Michal
-- Michal Tarana
Oddelenie projektu Infovek Ustav informacii a prognoz skolstva SR Stare Grunty 36 Bratislava ICQ: 146757226
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/