Re: Thread-only execution with Apache 2 : Newbie query

2006-01-19 Thread Joshua Slive
On 1/19/06, Praveen Bhaniramka [EMAIL PROTECTED] wrote: Hi all, We are developing a custom module for Apache using mod_gsoap over Linux. However, our software currently does not work very well in a multi-process environment as it was designed primarily for a multi-threaded environment. Is

RE: Thread-only execution with Apache 2 : Newbie query

2006-01-19 Thread Praveen Bhaniramka
Hi Joshua, Thanks for your reply. I tried setting the parameters suggested by you. But when I re-run httpd2, I see that it is still creating 3 processes. Yes, worker should be able to do this, although it will not adjust to load (you need to prespecify exactly how many threads will be

Re: Thread-only execution with Apache 2 : Newbie query

2006-01-19 Thread Joshua Slive
On 1/19/06, Praveen Bhaniramka [EMAIL PROTECTED] wrote: Hi Joshua, Thanks for your reply. I tried setting the parameters suggested by you. But when I re-run httpd2, I see that it is still creating 3 processes. Three processes is normal. One is the control process, one is the cgi daemon and

Thread-only execution with Apache 2 : Newbie query

2006-01-18 Thread Praveen Bhaniramka
Hi all, We are developing a custom module for Apache using mod_gsoap over Linux. However, our software currently does not work very well in a multi-process environment as it was designed primarily for a multi-threaded environment. Is there a way to configure Apache such that it uses threads only