(keitai-l) Re: "i-appli taking long time connecting to servlet"

From: Curt Sampson <cjs_at_cynic.net>
Date: 06/08/05
Message-ID: <Pine.NEB.4.62.0506081730520.22457@angelic.cynic.net>
On Wed, 8 Jun 2005, Kapil Sharma wrote:

> Is it like that my i-appli get the connection ok response only when
> servlet stops it's entire execution (my servlet is sending  30 images
> to my i-appli inputstream(in repeated manner) ) as i given the
> following code in my previous mail.

Is your servlet flushing the output after every image? If not, the
servlet container may well be buffering the output until the entire
request has been generated, and then only sending it after the servlet
exits.

cjs
-- 
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974

***   Contribute to the Keitai Developers' Wiki!   ***
***           http://www.keitai-dev.net/           ***
Received on Wed Jun 8 11:31:45 2005