Re: Is it possible to build apache http server as a in-process module?

2008-12-13 Thread Nick Kew
On 14 Dec 2008, at 05:31, William A. Rowe, Jr. wrote: Leo Li wrote: What I want to do is to plugin an in-process http server module in an exsiting product to expose its original functionality as web service (soap over http). :) Since the existing product is already an executable one so

Re: Is it possible to build apache http server as a in-process module?

2008-12-13 Thread William A. Rowe, Jr.
Leo Li wrote: > >What I want to do is to plugin an in-process http server module in an > exsiting product to expose its original functionality as web service > (soap over http). :) Since the existing product is already an > executable one so it seems that the only choice is to write an apach

Re: Is it possible to build apache http server as a in-process module?

2008-12-13 Thread Leo Li
On Fri, Dec 12, 2008 at 1:08 AM, Morgan Gangwere <0.fracta...@gmail.com>wrote: > Leo Li wrote: > >> >> Hi, all >> I would like to adopt apache http server in my project. But it is >> necessary for the http server to be an in-process module to be plugged in >> the current system. That is, I

RE: Apache 2.2.10 - Solaris 10 - Under Load - Failed to acquire SSL session cache lock

2008-12-13 Thread Ong, Lawrence K
Just an update for those who may experience the same fcntl deadlock issue in Solaris in the future. We used prefork MPM initially and did not see it happening. When we started using Worker MPM, that is when we saw it happening. Looks like it is specific to the threaded model. I have updated