hello,
you can call a servlet that generate an image at runtime using a tag like
this:
<img
src="http://bam.codec.ro/webappcontext/servelet/ImgServlet?avalue=1&;.... >
Some web app server have some cache mechanism (Tomcat, Orion -that I use,
JRun, etc...) . When first client read the page, servlet generate the image
and put this stream in cache, and other client read the image from cache.
I think is a good ideea to generate imagelike this.


Gabriel Ciuloaica
----- Original Message -----
From: "Pusca Ovidiu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 21, 2001 5:12 PM
Subject: img tag


>   Hi!
>   I'm interested to receive some detailed information about the using of
an
> img tag source (src) when calling a servlet from a web page. How this can
be
> done and is it a good solution when you receive thousands of requests in
the
> same time?
>
>   Thanks.
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to