Re: [PHP-DEV] new ini parser, caching

2007-09-12 Thread Pierre
On 9/12/07, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: > kqueue and "friends" allow you to skip that TTL part alltogether, as > PHP can just register itself as a subscriber to filesystem events in > related directories. If it notices that the file appeared or > disappeared or changed it can reac

Re: [PHP-DEV] new ini parser, caching

2007-09-11 Thread Alexey Zakhlestin
On 9/11/07, Pierre <[EMAIL PROTECTED]> wrote: > On 9/11/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > > well, some OSes allow subscribing to the notifications from filesystem > > > *bsd (including macos-x) use kqueue, linux and winnt have different > > > mechanisms for the same thing > > >

Re: [PHP-DEV] new ini parser, caching

2007-09-11 Thread Pierre
On 9/11/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > well, some OSes allow subscribing to the notifications from filesystem > > *bsd (including macos-x) use kqueue, linux and winnt have different > > mechanisms for the same thing > > The question is how expensive are those notifications -

Re: [PHP-DEV] new ini parser, caching

2007-09-11 Thread Stanislav Malyshev
well, some OSes allow subscribing to the notifications from filesystem *bsd (including macos-x) use kqueue, linux and winnt have different mechanisms for the same thing The question is how expensive are those notifications - i.e. if one has 1000 of them, will it be a trouble for the OS? -- Sta