Re: /wa/favicon.ico ?
Re: /wa/favicon.ico ?
- Subject: Re: /wa/favicon.ico ?
- From: Anjo Krank <email@hidden>
- Date: Tue, 12 May 2009 10:32:36 +0200
Am 12.05.2009 um 09:10 schrieb Andrew Lindesay:
Also, when you have larger resources which can't be served from a
cache, it doesn't make much of a difference as you can serve with a
streaming handler.
Does "streaming handler" above mean hooking a java.io.InputStream
up to an WOResponse instance? I haven't actually looked at the
Apache module source or done any experiments, but is it true that
the adaptor-instance communication interleaves these requests? I
have previously assumed this was happening.
"Interleaves" ? As long as a stream is not empty, it's served more or
less directly to the socket of the client. Also, the app doesn't
really communicate much, it's either servicing a request, in which
case the data gets sent to the client, or it's not doing anything in
which case it's marked as dead for the web server that is currently
trying to contact it. All the other availability stuff is handled via
the wotaskd communication.
Cheers, Anjo
_______________________________________________
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