Re: Finer than a second.
This WebDNA talk-list message is from 2001
It keeps the original formatting.
numero = 38779
interpreted = N
texte = Samuel Renkert wrote:> > >Samuel Renkert wrote:> >>> >> How can I determine time with finer gradations than a second?> >>> >> I am trying to easily sequence visitors to a website. Something> >> along the lines that I can> >> [search ...VisitedTimesort=1...] to see who visited first and so on.> >> I really need to *know* the order, it's not good enough to say these> >> 3 visited within the same second. I figure if I can measure time> > > with a fine enough gradation, I can cut down the collisions.> >
> > My goal is to serve up and index.html that [includes] 1 of 3 different files.> > The first visitor gets file A.> The second gets file B.> The third gets file C.> The fourth gets file A.> If you merely want to ensure that each include file gets used the samenumber of times (i.e. banner ads), then I would recommend using [random] directly for this instead of hunting around for some other solution.[if [random]<34] [then]includeA.inc[/then] [else] [if [lastrandom]<67] [then]includeB.inc[/then] [else]includeC.inc[/else] [/if] [/else][/if]There are also pre-packaged banner ad solutions available from othermembers on this list (I'll let them toot their own horns ;~).> >That said, [cart]'s of the same length are sortable as ASCII and I> >believe that [cart]'s should be monotonically increasing (even when> >considering varying length) when compared as ASCII.> > However, only> >Grant or one of the current programmers would know for sure.> > I am confused on this varying length part. As alphanumeric> comparisons on in a sense left justified so they sort weird if> they are not of the same length.> Take a look at your ShoppingCarts folder. Now that the Unix epochtime has rolled over, all my carts start with 100099* (prior toabout 11:30 EDT) and 100100* after. So they do sort alpha order, from left to right. When I have seen varying length carts, it was only on the right side (i.e. they were longer than average). I assumethis is some of the custom processing that WebCat does to ensure thatcarts are unique.Carts should sort in ASCII order, because they are based on # of seconds plus other stuff. This was not true over the break between before and after the epoch (when they went from 999* to 1000*). Going forward, you should be safe until 2038.HTHJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Samuel Renkert wrote:> > >Samuel Renkert wrote:> >>> >> How can I determine time with finer gradations than a second?> >>> >> I am trying to easily sequence visitors to a website. Something> >> along the lines that I can> >> [search ...VisitedTimesort=1...] to see who visited first and so on.> >> I really need to *know* the order, it's not good enough to say these> >> 3 visited within the same second. I figure if I can measure time> > > with a fine enough gradation, I can cut down the collisions.> > > > My goal is to serve up and index.html that [includes] 1 of 3 different files.> > The first visitor gets file A.> The second gets file B.> The third gets file C.> The fourth gets file A.> If you merely want to ensure that each include file gets used the samenumber of times (i.e. banner ads), then I would recommend using [random] directly for this instead of hunting around for some other solution.[if [random]<34] [then]includeA.inc[/then] [else] [if [lastrandom]<67] [then]includeB.inc[/then] [else]includeC.inc[/else] [/if] [/else][/if]There are also pre-packaged banner ad solutions available from othermembers on this list (I'll let them toot their own horns ;~).> >That said, [cart]'s of the same length are sortable as ASCII and I> >believe that [cart]'s should be monotonically increasing (even when> >considering varying length) when compared as ASCII.> > However, only> >Grant or one of the current programmers would know for sure.> > I am confused on this varying length part. As alphanumeric> comparisons on in a sense left justified so they sort weird if> they are not of the same length.> Take a look at your ShoppingCarts folder. Now that the Unix epochtime has rolled over, all my carts start with 100099* (prior toabout 11:30 EDT) and 100100* after. So they do sort alpha order, from left to right. When I have seen varying length carts, it was only on the right side (i.e. they were longer than average). I assumethis is some of the custom processing that WebCat does to ensure thatcarts are unique.Carts should sort in ASCII order, because they are based on # of seconds plus other stuff. This was not true over the break between before and after the epoch (when they went from 999* to 1000*). Going forward, you should be safe until 2038.HTHJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
John Peacock
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Secure server question (1997)
New user...saying thanks, and whaddayathink? (2000)
Orders coming up blank (2004)
multiple search commands (1997)
Spell Check (2000)
version 2 for NT (1997)
Re:How to Display text in empty fields (1997)
Shipcost lookup? (1997)
Bug? (1997)
Q: writefile and uploads. (1998)
Here we go again...WebDNA - SQL- Clustering (2006)
Draft Manual, Tutorial, and more (1997)
Making a secret cookie code in WebCat (2001)
[WebDNA] Sending 100 mails an hour then pausing (2010)
[sql] problems in WebCat 4.0 (2000)
WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997)
syntax question, not in online refernce (1997)
Truncated Sendmail (1998)
OT: JavaScript question (2001)
Help Wanted - Stowe, Vermont (1999)