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:
looking for some paid WebCatalog help (2000)
synching databases on multiple servers (1997)
WebCat2b13 Command Reference Doc error (1997)
WebCommerce: Folder organization ? (1997)
several .hdr files with one db file? (1999)
Change Subtotal (2000)
Summing fields (1997)
Searching for the end (1998)
[LOOKUP] (1997)
Cybersource and WebCat ... again (2000)
Bug Report, maybe (1997)
order problem (2006)
Digest for 4/18/97 (1997)
Calculating multiple shipping... (1997)
It gets better... posting problems + Webcat 3.0.7 available -did anyone know? (2000)
Re[3]: 2nd WebCatalog2 Feature Request (1996)
WebCommerce: Folder organization ? (1997)
This list needs a digest: rant, rave... (1997)
FYI: virus alert (1996)
emailer w/F2 (1997)