Knowledgebase

Portal Home > Knowledgebase > Articles Database > clarification Threads, process, child


clarification Threads, process, child




Posted by mixmox, 01-10-2016, 11:30 AM
Hey i know how worker MPM work, but question is wich part of a request will handle in which part of worker tree ? a parent process will create several child proce (why?) and child will create particular thread, when a visitor browse website, his request will handle in which part ? if another visitor open same page, it will handle by thread or child? or parent will dead and new one will create? TQ

Posted by Srv24x7, 01-16-2016, 09:07 AM
Hi, A parent process launches child processes. Each child process creates a fixed number of server threads (ThreadsPerChild), as well as a listener thread which listens for connections and passes them to a server thread for processing when they arrive.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
cpanel + lighthttpd ?? (Views: 560)
SolusVM (Views: 586)


Language:

Contact us