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
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
> >
>
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 -
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