Gregory Weston <uce@[EMAIL PROTECTED]
> writes:
> In article <m27iscyqon.fsf@[EMAIL PROTECTED]
>,
> Sherm Pendley <spamtrap@[EMAIL PROTECTED]
> wrote:
>
>> SM Ryan <wyrmwif@[EMAIL PROTECTED]
> writes:
>>
>> > I have a program that gets in an uninterruptible wait for
>> > hours and days. I'm using sockets and kqueue. I have never
>> > had problems with sockets before, but kqueue used to crash
>> > the kernel. Does anyone know if kqueue still borks the machine?
>>
>> Never heard about it cra****ng the kernel before, but kqueue received a
>> substantial overhaul in Tiger. Spotlight uses it to index updated
files,
>> Finder to update its display immediately, etc.
>
> I know about Finder, but do you have any reference for Spotlight using
> kqueue? That seems really wrong and/or fragile.
I can't recall where I first read that, but at the time I didn't know too
much about kqueue and simply accepted it as read. Googling for "spotlight
kqueue" wasn't very enlightening - lots of people saying it uses it, and
lots of people saying it doesn't.
Now that you mention it though, it does seem wrong; to use kqueue,
Spotlight
would have had to register interest in every last file and directory,
which
I can't imagine that it does.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net


|