Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
benge10 #1
Delaying the server response
:confused;
People who enter an online competition will request a certain web page, but
the web page will not be released until an appointed time.
Up to the appointed time 1000 or maybe 10000 people may apply to enter the
competition and these requests will be held on the web server.
At the appointed time the web page will be delivered to these people.
It is important, in the interests of fair competition, that all the people
receive the web page at the same time, notwithstanding that some people may
have a slower connection than others, but this is not the servers problem, or
is it.
Is it technically feasible to achieve this, and how long would it take for the
server to burst deliver the page to these people.
Would the server have to have any special qualities to do this.
The server would maintain a database of people who have registered to use the
site, and those who have elected to play the competition.
benge10 Guest
-
delaying creationComplete ?
I have many lite images on my application, i'd like to keep the preloader until most of my images are downloaded. I've red that the... -
Server gave an unknown response - please help!
I'm new to Contribute having downloaded the trial version last week. I've been using it to make ammendments to a company website maintained by an... -
Can't Update to 7.01 - malformed server response
I am trying to update the CF from 7.0.0 to the "ColdFusion MX 7 Updater (7.0.1) ". I go to CF Admin "System Information " and in Update File, I... -
Delaying CFLOCATION
Is there a way to delay the redirection in the CFLOCATION tag? Also, I know you can use recordcount to check for mulitple entries into a field,... -
Response.Redirect or Server.Transfer?
Hi, Im confused here over the usage of Response.Redirect and Server.Transfer. I used frameset for my work, what are the proper usages of the two... -
jeremyluby #2
Re: Delaying the server response
I do this on a lot of pages using PHP, you can get the server time stamp then
use that time and compare it to the time you want the information available.
Until that time you could post some messaging to the effect of coming soon.
jeremyluby Guest



Reply With Quote

