Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
199:e3a46f66332b | 200:d360f96f71f6 |
---|---|
4 | 4 |
5 pst2diii needs header and mime type updates from readpst. | 5 pst2diii needs header and mime type updates from readpst. |
6 | 6 |
7 At the next soname bump (to libpst.so.5) we should | 7 At the next soname bump (to libpst.so.5) we should |
8 remove readpstlog, and produce ascii debug log files | 8 remove readpstlog, and produce ascii debug log files |
9 try fork() with child limit to get parallel readpst | |
10 move some of readpst into the shared library, in particular write_normal_email() | 9 move some of readpst into the shared library, in particular write_normal_email() |
11 add helper function item_actual_type (mail, contact, etc) | |
12 change gmtime() and ctime() to _r versions for thread safe operation | |
13 <http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html> |