Hii
I am flushing the output after every image.Also I am now using
BufferedInputStream and not FileInputstream which is a bit costlier
because it is implemented as a native method and invokes the
underlying OS for each byte that's read.
FileInputStream fis = new FileInputStream(file);
BufferedInputStream bis = new BufferedInputStream(fis);//etc
I also Defrag the disk which stores the images.
But seems no performance..............
Any other idea!
Thanks for your reply
kapes
On 6/10/05, Curt Sampson <cjs@cynic.net> wrote:
> On Fri, 10 Jun 2005, Kapil Sharma wrote:
>
> > or there are streaming images API's available at server side......
>
> Dude, I already told you: flush the fricking output after every picture.
>
> cjs
> --
> Curt Sampson <cjs@cynic.net> +81 90 7737 2974
>
> *** Contribute to the Keitai Developers' Wiki! ***
> *** http://www.keitai-dev.net/ ***
>
>
Received on Fri Jun 10 10:40:01 2005