Mercurial > libpst
diff TODO @ 200:d360f96f71f6
start changes for parallel readpst on multi-processor machines
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 13 May 2009 20:06:53 -0700 |
parents | 7c60d6d1c681 |
children | 3850a3b11745 |
line wrap: on
line diff
--- a/TODO Wed May 13 11:59:55 2009 -0700 +++ b/TODO Wed May 13 20:06:53 2009 -0700 @@ -6,8 +6,4 @@ At the next soname bump (to libpst.so.5) we should remove readpstlog, and produce ascii debug log files - try fork() with child limit to get parallel readpst move some of readpst into the shared library, in particular write_normal_email() - add helper function item_actual_type (mail, contact, etc) - change gmtime() and ctime() to _r versions for thread safe operation - <http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html>