Persistence and Distribution

DO

  • Take advantage of persistence

  • Remember that things could run on different nodes

DON'T

  • Use strtok() on persistent data

  • Serialise data into XML

Prev   Next
Mechanism HOW-TO (2) :: Persistence and Distribution
19