Re: [Dovecot] NFS - inotify vs kqueue

2009-02-06 Thread LÉVAI Dániel
On Thursday 05 February 2009 22.17.32 Timo Sirainen wrote:
> On Thu, 2009-02-05 at 13:08 -0800, Jack Stewart wrote:
> > Anyone have pro/con experience with dovecot on the inotify/kqueue
> > question when using NFS storage?
>
> Inotify is for Linux, kqueue is for BSDs. Right? So I'd think there are
> a lot of other issues if you're switching between Linux/BSDs..

Absolutely!

Daniel

-- 
LEVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412  2D83 1373 917A 4AC0 A4B1



Re: [Dovecot] NFS - inotify vs kqueue

2009-02-05 Thread Jack Stewart



Timo Sirainen wrote:

On Thu, 2009-02-05 at 13:08 -0800, Jack Stewart wrote:
Anyone have pro/con experience with dovecot on the inotify/kqueue 
question when using NFS storage?


Inotify is for Linux, kqueue is for BSDs. Right? So I'd think there are
a lot of other issues if you're switching between Linux/BSDs..



That would be a problem :-) Oops.

Looks like I need to increase the priority of NFSv4 on the test queue 
for these machines.


---Jack





Re: [Dovecot] NFS - inotify vs kqueue

2009-02-05 Thread Timo Sirainen
On Thu, 2009-02-05 at 13:08 -0800, Jack Stewart wrote:
> Anyone have pro/con experience with dovecot on the inotify/kqueue 
> question when using NFS storage?

Inotify is for Linux, kqueue is for BSDs. Right? So I'd think there are
a lot of other issues if you're switching between Linux/BSDs..



signature.asc
Description: This is a digitally signed message part


[Dovecot] NFS - inotify vs kqueue

2009-02-05 Thread Jack Stewart


Hi,

I've seen some chatter on NFS boards about kqueue being more reliable 
than inotify when used in NFSv3 and NFSv2. The chatter is a bit old so I 
don't know if it is true anymore.


Anyone have pro/con experience with dovecot on the inotify/kqueue 
question when using NFS storage?


I realize that kqueue is probably a bit slower and causes some delay 
with IDLE. Also, it may not really make any difference which is why I 
ask the question.


---Jack