| Author |
Topic Search Topic Options
|
Semikolon
Senior Member
Joined: 09 September 2003
Location: Norway
Status: Offline
Points: 1718
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 June 2004 at 4:53pm |
|
it will do it if you reload the page after the include file is written..
but you can't use the same file for all users, as all users would then
get the same include, and what is then the reason for using dynamic
includes? you coul duse unique user IDs in the filenames, but then you
will need dynamic includes to include the file with the dynamic
included file, which means you would get an infinite loop of your script
|
 |
Semikolon
Senior Member
Joined: 09 September 2003
Location: Norway
Status: Offline
Points: 1718
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 June 2004 at 4:55pm |
|
I'm quite sure there will never be a good solution for this problem in
ASP, unless someone writes a component for it, but that may not be a
good solution either
|
 |
neotrix
Mod Builder Group
Joined: 09 November 2003
Location: Pakistan
Status: Offline
Points: 433
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 June 2004 at 6:15pm |
Semikolon wrote:
it will do it if you reload the page after the include file is written..
but you can't use the same file for all users, as all users would then get the same include, and what is then the reason for using dynamic includes? you coul duse unique user IDs in the filenames, but then you will need dynamic includes to include the file with the dynamic included file, which means you would get an infinite loop of your script
|
the creation of a file/ and then the reloading of the page (using Response.REdirect) will hardly take 2 seconds, of if you elongate it.. say 5 seconds.... which site will have enuf traffic in wich more tha 1 guy is visiting his page at the rate of users/second ?? I can't think of any one....
so that's not a point
|
|
|
 |
Semikolon
Senior Member
Joined: 09 September 2003
Location: Norway
Status: Offline
Points: 1718
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 June 2004 at 6:54am |
|
if you take for example this forum, forum_posts.asp, don't you think it has more than one execution per second?
|
 |
Mart
Senior Member
Joined: 30 November 2002
Status: Offline
Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 June 2004 at 7:20am |
|
Face it, if your site takes too long to load visitors just won't bother. And we are talking seconds too long so an extra 2 seconds is worse than you think
|
 |
pmormr
Senior Member
Joined: 06 January 2003
Location: United States
Status: Offline
Points: 1479
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 June 2004 at 5:31pm |
dynamic includes again  !! (loads desert eagle, points at head, fires)
|
|
|
 |