Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-12 Thread Ken Murchison
Nik Conwell wrote: I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically multiappend (single APPEND with multiple messages being appended). Cyrus-imapd handles this multiappend by creating stage files for each appended message and leaving

BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Nik Conwell
I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically multiappend (single APPEND with multiple messages being appended). Cyrus-imapd handles this multiappend by creating stage files for each appended message and leaving the file

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Andrew Morgan
On Mon, 11 Dec 2006, Nik Conwell wrote: I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically multiappend (single APPEND with multiple messages being appended). Cyrus-imapd handles this multiappend by creating stage files for each appended

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Benn Oshrin
--On 11 December 2006 10:07:46 AM -0500 Nik Conwell [EMAIL PROTECTED] wrote: | Or, do people not use mailutil and instead use something that issues | multiple append commands rather than a single append with multiple e- | mails? For our transition, we used a modified version of mailutil that

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Nik Conwell
On Dec 11, 2006, at 12:29 PM, Andrew Morgan wrote: On Mon, 11 Dec 2006, Nik Conwell wrote: I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically multiappend (single APPEND with multiple messages being appended). Cyrus-imapd handles this

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Rich Graves
Nik Conwell wrote: multiple messages being appended). Cyrus-imapd handles this multiappend by creating stage files for each appended message and leaving the file descriptor open. The problem is that after 240 messages, we run out of file descriptors and so an open() of the next stage file

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Andrew Morgan
On Mon, 11 Dec 2006, Nik Conwell wrote: On Dec 11, 2006, at 12:29 PM, Andrew Morgan wrote: On Mon, 11 Dec 2006, Nik Conwell wrote: I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically multiappend (single APPEND with multiple messages being

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Nik Conwell
On Dec 11, 2006, at 1:02 PM, Rich Graves wrote: Nik Conwell wrote: multiple messages being appended). Cyrus-imapd handles this multiappend by creating stage files for each appended message and leaving the file descriptor open. The problem is that after 240 messages, we run out of file

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Nik Conwell
On Dec 11, 2006, at 1:27 PM, Andrew Morgan wrote: On Mon, 11 Dec 2006, Nik Conwell wrote: On Dec 11, 2006, at 12:29 PM, Andrew Morgan wrote: On Mon, 11 Dec 2006, Nik Conwell wrote: I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically

Re: BUG? File descriptor use in cmd_append (for MULTIAPPEND) results in many open files

2006-12-11 Thread Clint Dilks
Hi, have you considered using imapsync instead? Nik Conwell wrote: I'm using the UW mailutil to transfer mailboxes from UW to Cyrus (2.3.7). It uses APPEND, specifically multiappend (single APPEND with multiple messages being appended). Cyrus-imapd handles this multiappend by creating