hasnut,
Thanks a lot. It was a great help for me to clarify things.
It's almost a year I am working with PHP,MySQL and read many books but never found this concurrency issue in any book.
All I know was if I use persistent connection(mysql_pconnect) then it can handle upto 100 client requests simultaneously,by default. But can extend this number by editing in config file.
I came up with this question in a recent interview of mine with a bunch of idiots who were asking such questions.
Thanks anyway.