[rt-users] RT3 is spawning 2 additional processes every time something is done
Frank Saxton
frankie at easyrider.com
Thu Jan 8 16:48:48 EST 2004
Ben,
Currently running 'ok'... I found a couple of missing binaries and now that
I've restored them from the tarball, I seem to be holding at 12 mysqld
processes. Don't know what will happen if I open a second RT GUI though.
I think A.J. may have had an excellent suggestion about wait_timeout
though. It's set at 28800!!!! I tried putting wait_timeout = 60 in the
[mysqld] field but apparently I am using the wrong syntax or I am putting
it in the wrong place. A 5 second crash course on my.cnf would really help!
[root at rt rt3]# /etc/init.d/mysqld status
mysqld (pid 26778 26777 26716 26715 26665 26664 26634 26633 26632 26630) is
runn
ing...
[root at rt rt3]# mysql -e 'show processlist'
+----+---------+-----------+------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+---------+-----------+------+---------+------+-------+------------------+
| 1 | rt_user | localhost | rt3 | Sleep | 420 | | NULL |
| 2 | rt_user | localhost | rt3 | Sleep | 419 | | NULL |
| 3 | rt_user | localhost | rt3 | Sleep | 277 | | NULL |
| 4 | rt_user | localhost | rt3 | Sleep | 277 | | NULL |
| 7 | rt_user | localhost | rt3 | Sleep | 134 | | NULL |
| 8 | rt_user | localhost | rt3 | Sleep | 134 | | NULL |
| 9 | root | localhost | NULL | Query | 0 | NULL | show processlist |
+----+---------+-----------+------+---------+------+-------+------------------+
[root at rt rt3]#
More information about the rt-users
mailing list