Re: WO Long Response and iPhone
Re: WO Long Response and iPhone
- Subject: Re: WO Long Response and iPhone
- From: Andrew Lindesay <email@hidden>
- Date: Fri, 15 Jan 2010 21:21:00 +1300
Hello Chuck;
Assuming an instance with concurrent request processing turned on, if there are a number of sessions (or even stateless users) on the same instance with a large volume of transactions, will the streaming WORequest multiplex with the other requests? My understanding was that the WebObjects adaptor queues requests into an instance rather than multiplexes them.
So if a large transaction arrives from a slow pipe, will it not block the other requests until either the adaptor times it out or a response is returned to the client?
PS: The javadoc for WORequests refers to the "wis" request handler -- I hadn't heard of this one before!
cheers.
> Are you using the streaming handler for uploads? If you are, there should not be any timeouts from the adaptor. I've seen uploads of large files over slow connections to GVC.SiteMaker go on for a very, very long time with no timeout.
...
>>> I wouldn't up the time on the adaptor because other clients who are using that instance will get blocked and may reach their timeouts.
...
>> In my case, I don't think upping the adaptor timeout will block since WOAllowsConcurrentRequestHandling is set to true. Does that sound correct?
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden