Return to http://www.info-arch.org/lists/sigia-l/0010/0245.html


SIGIA-L Mail Archives: Re: SIGIA-L: Personalization

Re: SIGIA-L: Personalization

From: Lucie Melahn (lucie_at_cloud9.net)
Date: Tue Oct 24 2000 - 18:28:52 EDT


I don't know about BV, but I did some template development in Vignette.

in Vignette, a page is generated on the fly, but only when the first user
sends a page request to the server.
After that, StoryServer caches a version of the complete HTML page, which
is downloaded when subsequent users request it. This serves to greatly
reduce the load on the server since it has to generate a page on the fly
only once, until the data is updated and the stored HTML page is "flushed".
IN this way, Vignette is optimized for a site that has enormous amounts of
traffic.

The cached pages can be flushed from the server as desired, and are in fact
automatically flushed when a template is altered. when content is altered,
flushing is not automatic. they can be flushed one at a time, or flushes of
entire directories can be scheduled. at large sites, this is typically done
at specific times of the day.

once a page is flushed from the server, it is generated on the fly next
time someone requests it.

the default URL (called a "cURL" for "custom URL") follows the format
0,XXXX,YYYY,ZZ.html,
for example in this ZDNET story:
http://www.zdnet.com/zdnn/stories/news/0,4586,2644020,00.html

The initial "0" in this cURL means that the page is automatically cached
after the first user requests it. if the first digit is "1", the page is
never cached (you would use this for something like a poll where data is
constantly updated, so you want users to see the latest info).

"4586" represents the ID of the template that builds the page.

"2644020" represents the article ID, since the main building block in
Vignette is "articles".

finally "00" represents customization capability for particular browsers.
this is not often used, as far as I have seen, and in fact "00" denotes no
browser specification.

At 08:46 PM 10/23/00 +0000, yiru chen wrote:
>Does anyone know how web pages in personalization tools, such as Vignette
>or BroadVision, are generated for an end user? Are they generated
>dynamically (on the fly) from the original document format?
>
>Has anyone had experience in integrating search engines with these tools?
>
>Any input will be greatly appreciated!
>
>
>
>Yiru Chen
>Royal Bank of Canada
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.



This archive was generated by hypermail 2.1.2 : Sun Nov 23 2003 - 22:54:24 EST

 

Return to http://www.info-arch.org/lists/sigia-l/0010/0245.html