maximum number of mysql connections and process

2004-02-08 Thread Mike Mapsnac
I have some general questions: #1 How many simultaneoulsy connection can mysql server handle? #2 Is there a limitation in how many processes can mysql handle? Thanks _ Keep up with high-tech trends here at Hook'd on Technology.

Re: maximum number of mysql connections and process

2004-02-08 Thread Dan Nelson
In the last episode (Feb 09), Mike Mapsnac said: I have some general questions: #1 How many simultaneoulsy connection can mysql server handle? #2 Is there a limitation in how many processes can mysql handle? As many as your OS's threads implementation can handle. --- Dan Nelson