On Mon, 3 Jan 2005 22:43:37 -0500 (EST), Nathan Bullock <[EMAIL PROTECTED]> wrote: > I am trying to plucker-build a set of html documents > from my local harddrive. Plucker collects all the > documents (4416 of them) but then before it starts > converting those documents its says. > ---- all 4416 pages retrieved and parsed ----
Python is memory hungry, but -- that message should mean you were OK. Palm OS also places limits on the number of records (but you shouldn't hit it), size of records (but I think plucker is more strict), and total database size -- but I don't think you've hit them, unless most of those pages are very long. (much longer than 32K/page) > Writing out collected data... > Writing document 'LDS Website' to file > /home/nathan/.plucker/ldsgetn.pdb > Killed Do you have some sort of process monitor that kills programs that seem to be crashed, or are taking up too much in the way of resources? (But again, 4K pages should be OK.) _______________________________________________ plucker-list mailing list [email protected] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

