I can understand the potential performance problems, but what kind of
concurrency issues do you have if you're storing all ad & campaign data in a
central database?

Jim

----- Original Message -----
From: "Jon Hall" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 3:45 PM
Subject: Re: BANNER AD PROGRAM


> One problem you are going to run into with ANY CF banner program is
> performance first off, secondly is concurrency issues once you move to
more
> than one server. If all you need is a counter, positions, and a random ad
> then you are safe with just about anything, however once you move to
> weighted ads concurrency becomes a huge problem.
> I has to rewrite an entire CF banner program as a stored procedure for
those
> exact reasons. It's smooth as butter now, serving up ~300,000+ weighted
> banners a day on a load balanced web site. Unfortunately it's not for
sale,
> but keep these issues in mind as you look for a banner program.
>
> jon


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to