I am trying to write a server program which forks a process for handling multiple client connections which creates one thread per connection. But the maximum number of threads this process can create never exceeds 382.I am trying to write a server program which for