RE: Several images from same cgi script

2004-09-13 Thread Chris Devers
On Mon, 13 Sep 2004, Davis, Sean (NIH/NHGRI) wrote: > I only need a subset (on the order of 10's or 100's of images) for each > script invocation, but what I have doesn't work, so I will probably just > precompute and pull them up as needed. I realize that this is awfully hand-wavey, but I've see

RE: Several images from same cgi script

2004-09-13 Thread Davis, Sean (NIH/NHGRI)
PROTECTED] ' Sent: 9/13/2004 1:31 PM Subject: RE: Several images from same cgi script On Mon, 13 Sep 2004, Davis, Sean (NIH/NHGRI) wrote: > Thanks for the reply. To answer your questions, they will be > presenting the same information to all users, but to pre-build will > result

RE: Several images from same cgi script

2004-09-13 Thread Chris Devers
On Mon, 13 Sep 2004, Davis, Sean (NIH/NHGRI) wrote: > Thanks for the reply. To answer your questions, they will be > presenting the same information to all users, but to pre-build will > result in about 200,000 files (all on the order of 10-20KB, png [they > include text]). Storage isn't real

RE: Several images from same cgi script

2004-09-13 Thread Davis, Sean (NIH/NHGRI)
re elegant to compute on the fly. Sean -Original Message- From: Chris Devers To: Davis, Sean (NIH/NHGRI) Cc: [EMAIL PROTECTED] Sent: 9/13/2004 1:01 PM Subject: Re: Several images from same cgi script On Mon, 13 Sep 2004, Sean Davis wrote: > I have a cgi-script that needs to genera

Re: Several images from same cgi script

2004-09-13 Thread Chris Devers
On Mon, 13 Sep 2004, Sean Davis wrote: > I have a cgi-script that needs to generate a batch of images and > insert them into the HTML. Do the images tend to be unique for each user, or will the script end up generating the same image for multiple visitors? If everyone is getting unique ima

Several images from same cgi script

2004-09-13 Thread Sean Davis
I have a cgi-script that needs to generate a batch of images and insert them into the HTML. I am currently doing this using a "helper" script that does the generation for each image and the call to this script and parameters are in an img tag. However, if I submit this page to the server, seve