> Hello, > > I am using Django with scgi on my cherokee web server. When the web server > receives a request, it spawns 6 processes for the scgi protocol. > > I want to reduce the number of spawned processes to 3 to preserve memory > on my device. > > I google searched but in vain. Does anyone have any idea how to control > the number of spawned processes for Django with scgi? > > Thanks in advance. >
I got my answer. Initially I was just setting the values for "minspare" and "maxspare", which seemed to be not taking effect. Then I added the value for "maxchildren" and it works pretty fine. Hope this helps somebody in the future... _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
