Re: [OT] ajusting apache timeout

2009-11-16 Thread Sam Carleton
Eric,

I was stepping through the Axis2/C code on Apache.  I found the issue...

I was programmatically setting up the binding on the client and had missed
the fact that after I set the SendTimeout to 10 minutes, about 15 lines
farther down I set it again to 25 seconds.

Sam

On Sun, Nov 15, 2009 at 8:08 PM, Eric Covener  wrote:

> On Sun, Nov 15, 2009 at 3:44 PM, Sam Carleton
>  wrote:
> > I am working on a Axis2/C module that is hosted by Apache 2.2.  The
> client
> > is .Net 3.5.  I have set the SendTimeout on the .Net binding to 10
> minutes
> > but things are still timing out in about 30 seconds.
>
> During what?
>
> --
> Eric Covener
> cove...@gmail.com
>


Re: [OT] ajusting apache timeout

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 3:44 PM, Sam Carleton
 wrote:
> I am working on a Axis2/C module that is hosted by Apache 2.2.  The client
> is .Net 3.5.  I have set the SendTimeout on the .Net binding to 10 minutes
> but things are still timing out in about 30 seconds.

During what?

-- 
Eric Covener
cove...@gmail.com


[OT] ajusting apache timeout

2009-11-15 Thread Sam Carleton
I am working on a Axis2/C module that is hosted by Apache 2.2.  The client
is .Net 3.5.  I have set the SendTimeout on the .Net binding to 10 minutes
but things are still timing out in about 30 seconds.  I am wondering if
anyone in this forum has run into timeout problems that where fixed by
modifiying Apache's configuration.

Sam