V
VisionSet
I have an action that gets and writes an image to the output stream.
This works fine and is delivered to the <img> tag in the page.
But the process takes about 15 seconds.
The image creation itself is fast, and indeed the action completes in 200
miliseconds.
The struts controller servlet's service method also completes straight
afterwards.
Now the unknown 15 seconds doing what?
This is all on LocalHost and very similar code worked fine on TC4.0 without
struts.
I imagine it isn't a Struts issue, since it is outside struts after the
controller servlet returns, is that right?
TIA
This works fine and is delivered to the <img> tag in the page.
But the process takes about 15 seconds.
The image creation itself is fast, and indeed the action completes in 200
miliseconds.
The struts controller servlet's service method also completes straight
afterwards.
Now the unknown 15 seconds doing what?
This is all on LocalHost and very similar code worked fine on TC4.0 without
struts.
I imagine it isn't a Struts issue, since it is outside struts after the
controller servlet returns, is that right?
TIA