On Tue, 1 May 2001, Alois Treindl wrote:
> I am running an astrology site; a typical request is to a CGI which
> creates an astrological drawing, based on some form data; this drawing
> is stored as a temporary GIF file on the server.
> A html page is output by the CGI which contains a reference to this GIF.
I see. Funny this hasn't come up before.
I was testing something like this the other day and decided that the way I
was doing it, the info was coming from the client (passing the URL to the
httpd) rather than the URL coming from the server page. It seemed to be
the best explanation for what I was seeing. I was just retrieving a page
that was already there, rather than asking for a gif to be generated first
then retrieved.
All this is speculation and can be revised in the face of more evidence.
Do you find that you can't retrieve the gif sometimes? What if you refresh
n times where n is the number of real-servers, do you eventually get
the gif?
> So either we make sure that the new client request for the GIF hits
> the same realserver which ran the CGI (i.e. have persistence) or we must
> create the GIF on a shared directory, so that each realserver sees it.
Very interesting
Joe
--
Joseph Mack mack@xxxxxxxxxxx
|