You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

One of the issues I came across while implmenting a checkpointing mechanism for the scoreboarding data in JKFlow was how to marshall and unmarshall the complex nested hash structures between checkpointing the data to disk and loading the checkpoints. I searched on the web for any useful modules for this purpose. One particularly useful resource I found was a chapter on object persistance in perl in the advanced perl programming book by O'Reilly http://www.unix.org.ua/orelly/perl/advprog/ch10_02.htm.

 This chapter discusses two types of techniques:

  1. Streamed Data
  2. Record-Oriented Approach

Each type has its

  • No labels