proxyd cpu usage
Andrew Morgan
morgan at orst.edu
Tue Dec 8 16:21:16 EST 2009
On Tue, 8 Dec 2009, John Madden wrote:
>> Do your users have access to each other's mailboxes? Is there are a large
>> number of results?
>
> a02 namespace
> * NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
Do each of these LIST operations take a long time to perform?
>>> read(0, "00000002 LIST \"\" INBOX.*\r\n", 4096) = 26
>>> read(0, "00000003 LIST \"\" user.*\r\n", 4096) = 25
>>> read(0, "00000004 LIST \"\" *\r\n", 4096) = 20
Maybe I'm losing track of the original thread... You said there was high
cpu usage and slowdown during login. Did you track it back to these LIST
operations?
Andy
More information about the Info-cyrus
mailing list