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
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
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
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