he app. level.
Hope this helps,
Pae
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 03, 2003 2:36 AM
Subject: Memo: Re: Timeout on SSL sockets
> Scott,
>
> Thanks. Actually I have downloaded the source cod
lt;[EMAIL PROTECTED]>
cc:
Our Ref:Your Ref:
Subject: Re: Timeout on SSL sockets
I have committed the c
mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 11:17 AM
Subject: Re: Re: Timeout on SSL sockets
ause it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 8:31 AM
Subject: Memo: Re: Timeout on SSL sockets
> I have tried this before and it seems to work on
Our Ref:
Your Ref:
Subject: Re: Timeout on SSL sockets
I believe you can set the SO_TIMEOUT with Apache SOAP 2.3.1
In HTTPUtils, I see this:
if (timeout > 0) // Should be redundant but not every JVM
likes this
s.setSoTimeout(timeout);
... where the SO_TIMEOUT is set after crea
I believe you can set the SO_TIMEOUT with Apache SOAP 2.3.1
In HTTPUtils, I see this:
if (timeout > 0) // Should be redundant but not every JVM
likes this
s.setSoTimeout(timeout);
... where the SO_TIMEOUT is set after creating the socket ( be it SSL or
non-SSL ).
[EMAIL