Multi Threaded on RedHat ES 4

2006-04-19 Thread Ed Pauley II
I recently changed from SuSE ES 8 to RedHat ES 4 running MySQL 4.0.26 (I 
will be upgrading to at least 4.1 after busy season). I compiled my own 
version this time and when I start the server I see only one mysqld 
process. I am used to seeing hundreds as my max connect is set to 1000. 
This is for a very busy website. Did I miss a compile option? Is this an 
OS thing? I am putting this thing live and we have a couple of very busy 
weekends coming up. Any help would be appreciated.

Thanks in adv!
Ed

--
Ed Pauley II
Internet Software Developer
Bloodstock Research Information Services
859.223.
800.354.9206 ext. 297
[EMAIL PROTECTED]
http://www.brisnet.com
http://www.brisbet.com




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Multi Threaded on RedHat ES 4

2006-04-19 Thread Barry

Ed Pauley II wrote:
I recently changed from SuSE ES 8 to RedHat ES 4 running MySQL 4.0.26 (I 
will be upgrading to at least 4.1 after busy season). I compiled my own 
version this time and when I start the server I see only one mysqld 
process. I am used to seeing hundreds as my max connect is set to 1000. 
This is for a very busy website. Did I miss a compile option? Is this an 
OS thing? I am putting this thing live and we have a couple of very busy 
weekends coming up. Any help would be appreciated.

Thanks in adv!
Ed


Normally it should start instances on its own for every virtual host.
Probably you don't have it compiled as V-Host compatible?

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Multi Threaded on RedHat ES 4

2006-04-19 Thread Ed Pauley II
I think this article explains what I am seeing but I don't know how to 
determine which threading I am using. I just know it is not user threads 
in a separate process.


http://dev.mysql.com/doc/refman/4.1/en/thread-packages.html


Ed Pauley II wrote:
I recently changed from SuSE ES 8 to RedHat ES 4 running MySQL 4.0.26 
(I will be upgrading to at least 4.1 after busy season). I compiled my 
own version this time and when I start the server I see only one 
mysqld process. I am used to seeing hundreds as my max connect is set 
to 1000. This is for a very busy website. Did I miss a compile option? 
Is this an OS thing? I am putting this thing live and we have a couple 
of very busy weekends coming up. Any help would be appreciated.

Thanks in adv!
Ed




--
Ed Pauley II
Internet Software Developer
Bloodstock Research Information Services
859.223.
800.354.9206 ext. 297
[EMAIL PROTECTED]
http://www.brisnet.com
http://www.brisbet.com




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Multi Threaded on RedHat ES 4

2006-04-19 Thread gerald_clark

Ed Pauley II wrote:

I recently changed from SuSE ES 8 to RedHat ES 4 running MySQL 4.0.26 
(I will be upgrading to at least 4.1 after busy season). I compiled my 
own version this time and when I start the server I see only one 
mysqld process. I am used to seeing hundreds as my max connect is set 
to 1000. This is for a very busy website. Did I miss a compile option? 
Is this an OS thing? I am putting this thing live and we have a couple 
of very busy weekends coming up. Any help would be appreciated.

Thanks in adv!
Ed


man ps

now look at the 'H' not '-H' option.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]