Chad Gard wrote:
> and I really don't want to write images to files on disk.

I think you should reconsider. This is really your best bet. Web clients and
servers are really optimized for this kind of thing. You should write all
the images out to disk files accessible through URL's and then emit IMG tags
with those URL's. The server will keep the connection open so the client can
pull down the data.

You do have to manage cleaning up the leftover disk files after some period
of time.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to