Hi,

just want to know some limits of Mysql.
by reading Mysql source code, I have found mysql still using select() to handle 
connections,  so can anyone tell me if Mysql will handle connections less than 1024 
in Linux ? I know Mysql uses per thread for client connection, on FreeBSD, 
thread number can be more than on Linux,  can handle more connections than Linux,
but this Mysql design is limited by select(),  there will have file handle occupy 
handle slot, 
so I think Mysql will handle less than 1024 connections,  right?

Thanks
David Xu


Reply via email to