InterviewSolution
Saved Bookmarks
| 1. |
OS imposes per process limits on the number of open file descriptors.(a) True(b) FalseThe question was posed to me in class test.I want to ask this question from Running Multiple Servers topic in section General MySQL Administration of MySQL |
|
Answer» RIGHT choice is (a) True To elaborate: OS imposes PER process limits on the number of open file descriptors. If the system makes it difficult to raise the limit, running MULTIPLE instances of the SERVER binary is done. |
|