logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: httpd windows default uses 10 threads active, 70 threads tot
Author
jmichae3



Joined: 26 Nov 2014
Posts: 7

PostPosted: Mon 29 Aug '16 8:07    Post subject: httpd windows default uses 10 threads active, 70 threads tot Reply with quote

httpd windows default uses 10 threads active, 70 threads total. I had thought it was supposed to be 1. even when I specify the max number of threads it still does not stay on its leash.

my cpu has 2 cores no threads and installation is for testing and dev purposes.

it's impossible to specify using the 3 provided thread directives to corral httpd into using under 10. when you do this, you slow down the computer many times over.
another of my pc's has just 1 thread, another has 12, and all need an http server.

and could you rename httpd to httpserver?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Mon 29 Aug '16 12:01    Post subject: Reply with quote

CPU Threads are not the same as process threads!
A process thread is like a child process from the parent.
Back to top


Reply to topic   Topic: httpd windows default uses 10 threads active, 70 threads tot View previous topic :: View next topic
Post new topic   Forum Index -> Apache