Files
Rasmus Lerdorf d82c4db9ae Generalize slider code to get ready for multiple effects. Use
effect="slide" instead of slide="1" now in the bullet tag.
2002-07-26 07:13:53 +00:00

18 lines
543 B
XML

<slide title="Programming Issues">
<blurb>
PHP can run mostly unmodified when dealing with clustering solutions, except
for one crucial area, session management.
</blurb>
<blurb title="The Problem">
When you're remembering data about users, it needs to be saved universally,
however, php sessions are only natively adapted to using files.
</blurb>
<list title="Solutions">
<bullet effect="slide">NFS</bullet>
<bullet effect="slide">RDBM</bullet>
<bullet effect="slide">Msession</bullet>
<bullet effect="slide">SRM</bullet>
</list>
</slide>