On 24/05/2007, at 2:58 AM, Chuck Hill wrote:

On May 22, 2007, at 6:26 PM, Lachlan Deck wrote:

does anyone know what the default settings are for these (if left blank)?
- Retries

I think the default is 1.

- Dormant

- Send Timeout
- Receive Timeout
- Connect Timeout

I think the timeout default is 15 seconds.

- Send Buffer Size
- Receive Buffer
- Connection Pool Size

Never messed with those.  :-)

Additionally, what do people find are recommended settings for the above?

If your app responds quickly to requests, the defaults should be fine for those. If it takes longer than 15 seconds, increasing the timeouts helps -- up to the limit of the user's patience before clicking Reload.

Thanks.

I'm asking because I'm sometimes getting redirected to the url we've set as the Redirection URL so I'm wondering if the above has anything to do with that.

I'd guess that some requests are taking longer than 15 seconds or that you don't have enough instances running for the maximum concurrent load. Running more instances or optimizing your code is the best way to handle this.

Actually, after having a look at the WOAdaptorConfig page it revealed that there were some zombie processes (not in reality but so far as wo was concerned) and so the adaptor was attempting to send requests to these imaginary instances.

The problem turned out to be which we found out after a little more reading was that our /tmp/WOAdaptorState file hadn't been deleted in years :-) So it still had references to a host of ours that has long since disappeared.

Sometimes it's helpful to read the help pages :-)

with regards,
--

Lachlan Deck



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to