Archive of UserLand's first discussion group, started October 5, 1998.

Re: Ad Server in Frontier

Author:Seth Dillingham
Posted:2/17/1999; 9:12:31 AM
Topic:Ad Server in Frontier
Msg #:2960 (In response to 2959)
Prev/Next:2959 / 2961

We're using WebTEN on a Macintosh G3/350, and it can handle 100,000 ad hits per day without breaking a sweat.

Use Frontier for the brains, but don't use it for the brawn. In other words, it's ok to have Frontier run the script to pick which ad to serve (if that's how your system is going to work), but use your regular webserver to actually serve the ads.

It's not clear to me how you're setting up your system. The one I'm working with has a number of high traffic dynamic pages, each of which contain STATIC images. The processing is handled by Frontier, the networking is handled by WebTEN (ie, Frontier's http server is turned off), and all of the dynamic images are served directly from the file system by WebTEN.

To keep things running speedy, I keep the image properties in Frontier tables. When a dynamic page needs to use an image, it calls a script with the name of the image it wants. What's returned is an image tag with the height and width included, WITHOUT Frontier ever having to read the image from disk. It's similar to Frontier's imageRef()'s image cache, but it's permanent.

Make sense?

You could do all of these same things with IIS on NT, if that's what you'd prefer to use for any reason.

Seth


There are responses to this message:


This page was archived on 6/13/2001; 4:47:56 PM.

© Copyright 1998-2001 UserLand Software, Inc.