I don't believe you can show realtime without refreshing the page and even 
then it is not really real time it becomes history from the refresh.

One thing of note, the way you are updating the time is by a scheduled task 
every 1 minute?

Wouldn't it be easier to update the tables and times when someone actually 
places a bid and do it on the fly instead of a having a process run every 
minute even if it doesn't need to?

Say I place a bid with 1 minute left, you update the system with my bid and 
then fire off a query that updates the auction item's time to 5 minutes from 
now().


Paul Giesenhagen
QuillDesign
417-885-1375
http://www.quilldesign.com


----- Original Message ----- 
From: "Doug Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Thursday, September 14, 2006 8:14 AM
Subject: Ideas please!!


>I have been trying to fugure something out that is simply eluding me. My 
>app is an auction, and what I am trying to do is have it where when 
>somebody bids on an item say within 2 minutes of auction close, the auction 
>time is is increased by 5 minutes. I am pretty sure I have that part 
>figured out by doing a scheduled task and having it run once a minute. The 
>part I am trying to figure out, is displaying the new auction time to the 
>browser without refreshing the page. Is this possible? How can it be done 
>if it is?
>
>
>
>
>
>
>
> Thanks
>
> Doug
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253097
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to