Using a servlet seems reasonable. Whether or not you code will scale
adequately really depends on how generateMap() is implemented. If it can
process calls at the rate you anticipate needing you'll be fine. If it
can't you'll have to optimize it, introduce caching, use client-side
pre-fetching
th <[EMAIL PROTECTED]>
Tony Smith <[EMAIL PROTECTED]>
07/08/2005 11:32 AM
Please respond to
"Struts Users Mailing List"
To
Tomcat Users List , user@struts.apache.org
cc
Subject
Re: generate image by servlet for large amount of requests
Any ideas?
Any ideas?
--- Tony Smith <[EMAIL PROTECTED]> wrote:
> Let's think about maps.yahoo.com. I do not know how
> they handle
> millions of request and generate the map pictures
> quickly. If I use a
> servlet, in the post or get method I use:
>
>
> BufferedImage mapImage =
> myTookKit.gener
3 matches
Mail list logo