On May 7, 7:02 pm, Amit Singh <[EMAIL PROTECTED]> wrote:
> As a programmer, you should be careful about what you mean by
> "endless" and "infinite".
>
> Do you *really* mean infinite? As in, your file system goes into an
> infinite loop?

Well, technically I can never be sure of that I guess :)

But since it adds the same two folders within the one of them that I
opened, and keeps doing this for a long time (bogging down the system)
I would still guess that's a recursion with no degenerate case.

> If you just mean "a lot" (but not infinite), that's a different story,
> and also likely--that's how higher layers of file system APIs often
> behave in Mac OS X. It's also possible that because of some erroneous/
> improper return from your file system, you are causing more file
> system activity than is warranted.

This exactly right. Just a few hours ago I found out that I actually
returned "/foo" as the name of a file in the root of the volume
instead of the correct "foo". That seems to be a bad idea :)

-dennis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to macfuse-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to