
alvaro at sun
Mar 28, 2008, 10:07 AM
Post #2 of 2
(213 views)
Permalink
|
On 28 Mar 2008, at 17:37, slub[at]gmx.de wrote: > I run the server on an embedded device with a very small amount of > memory (16mb). > How can i configure the number of started cherokee-processes > (threads)? Yes, you can even configure the server run in a really compact way and use a single PID without launching additional threads. However, while I was replying your mail I have realized that I missed that option in the configuration interface. I am fixing it right away, so you can expect the patch to be committed in the repository within an hour or so (for both trunk and branches/0.6). Cherokee 0.6.2 is due to be released on Monday and it will include the fix. Meanwhile, you could do what no user is meant to do, and go ahead and edit the configuration file by hand. If you added: server!thread_number = 1 it should run without launching any thread. -- Greetings, alo. _______________________________________________ Cherokee mailing list Cherokee[at]cherokee-project.com http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
|