Re: [imp] disallow Dynamic View

2013-01-18 Thread Brendan Oakley
Hi Michael, On Fri, Jan 18, 2013 at 2:52 PM, Michael M Slusarz wrote: > Quoting Brendan Oakley : > >> My guess is that the dynamic mode is simply designed for IMAP servers >> with faster responses. > > > This is simply an inaccurate statment. There are LESS IMAP calls per page > load in dynamic v

Re: [imp] disallow Dynamic View

2013-01-18 Thread Terry Carmen
Sorry, no idea. You could check the Dovecot list. I know it works nicely with Exchange. Terry On 01/18/2013 04:22 PM, Brendan Oakley wrote: On Thu, Jan 17, 2013 at 12:18 PM, Terry Carmen wrote: Dovecot's IMAP proxy works nicely. Terry Thanks for the tip, Terry. That's a great option to con

Re: [imp] disallow Dynamic View

2013-01-18 Thread Michael M Slusarz
Quoting Brendan Oakley : My guess is that the dynamic mode is simply designed for IMAP servers with faster responses. This is simply an inaccurate statment. There are LESS IMAP calls per page load in dynamic view than in basic view, since basic view has to recreate all sorts of state that

Re: [imp] disallow Dynamic View

2013-01-18 Thread Brendan Oakley
Hi Ralf, On Thu, Jan 17, 2013 at 2:19 PM, Ralf Lang wrote: > > Mind the * $conf[cache][use_memorycache] setting. > You can configure a first-level in-memory cache (APC, memcached) which falls > through to the disk or sql based > $conf[cache][driver] when it doesn't hit. Oh, I understand now. Than

Re: [imp] disallow Dynamic View

2013-01-18 Thread Brendan Oakley
On Thu, Jan 17, 2013 at 12:18 PM, Terry Carmen wrote: > Dovecot's IMAP proxy works nicely. > > Terry Thanks for the tip, Terry. That's a great option to consider because of the option of it actually caching. I wonder if it would provide the CONDSTORE and QRESYNC functions. Brendan -- imp mailing

Re: [imp] disallow Dynamic View

2013-01-17 Thread Ralf Lang
Hi brendan, Quoting Brendan Oakley : Since only one Horde_Cache driver can be selected, a database cache presumably would rule out leveraging eAccelerator or XCache, unless I misunderstand something? I am still exploring this. Mind the * $conf[cache][use_memorycache] setting. You can config

Re: [imp] disallow Dynamic View

2013-01-17 Thread Brendan Oakley
Hi Ralf, These are good questions. They raise some questions I am still investigating. On Thu, Jan 17, 2013 at 12:44 AM, Ralf Lang wrote: > > Have you enabled imap caching in imp/config/backends.local.php ? > Does your IMAP server support this setting? No, caching is not currently enabled. Our I

Re: [imp] disallow Dynamic View

2013-01-17 Thread Ralf Lang
> I do not know what you are testing, but it is not in our environment. > The behavior of dynamic view does not work well with our backend, as > the two currently stand. Memory usage on the webserver is not relevant > to IMAP server performance and stability. Have you enabled imap caching in imp/c

Re: [imp] disallow Dynamic View

2013-01-16 Thread Brendan Oakley
On Wed, Jan 16, 2013 at 5:04 PM, Brendan Oakley wrote: > > I tried changing the mode in > preauth and postauth hooks, since the mode selection seems to get > sucked into the authenticate() method, but the problem there is I > don't see how to get at it where I can change it. The preauth hook actu

Re: [imp] disallow Dynamic View

2013-01-16 Thread Brendan Oakley
Hi Michael, Thank you for the response. On Wed, Jan 16, 2013 at 4:12 PM, Michael M Slusarz wrote: > Quoting Brendan Oakley : > >> I have a need to disallow Dynamic view in IMP. I do not necessarily >> need to disallow it for other apps, but with our current backend setup >> and load the dynamic

Re: [imp] disallow Dynamic View

2013-01-16 Thread Michael M Slusarz
Quoting Brendan Oakley : I have a need to disallow Dynamic view in IMP. I do not necessarily need to disallow it for other apps, but with our current backend setup and load the dynamic Imp is too intensive on the IMAP server. You are doing it wrong then. Dynamic view is *orders* of magnitude