On Tue, November 9, 2004 9:02 am, Randall Scarboro said: > When we trying to archive a large mailbox, approx. 30MB, and only about > half the messages get archived. Squirrelmail doesn't pop up any errors about > being > out of memory or any other compliants. The problem is only noticed when the > archive > is uncompressed. We are running RHEL AS 3.0 with Squirrelmail 1.4.3a and > archive_mail 1.2. Does anyone have any ideas on possible problems? > > Thanks > Randy
I would view this more of a PHP memory limitation than a deficency with the plugin. PHP is not made to handle that type of load, and does fairly poorly when stressed. I do mention this in the readme (big attachments) but it also goes for when downloading lots of messages. As far as it not spitting out an error when downloading huge archives, it most definitely should. I have no control over whether or not PHP would spit out a memory error in this instance since it would be a fatal error. Since I parse and load everything in memory first before outputting the headers, a memory error should occur and show up on the page prior to it popping up to download the archive. You might want to check your php.ini to see what you have set in "error_reporting". But since you aren't getting an error and barring any php settings, I think there may be something else going on. I will try doing some tests with a few of my larger mailboxes to see what I can come up with. Jimmy I plan in the future to allow caching to disk, which should alleviate this problem. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
