Hello

As I understand it, the Chart API uses HTTP POST or GET requests to
generate images in real time in web pages using IMAGE tags. However,
is it possible to use the API in such a way that the images are
generated by a scheduled program running on a server at regular
intervals?

In my case, the images would be stored in a MySQL database and would
represent recently created datasets. The images would later be
displayed on a home page when somebody visited the site. What I'm
trying to do is avoid numerous possibly identical requests whenever
the home page is visited.

The site will be made up of Java servlets and JSPs running under
Apache Tomcat.

Thanks

Martin O'Shea.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to