Live data from Hacker News

Viewing profile — throwabob214

throwabob214

HN member
Joined
Tue, Feb 17, 2015, 5:50 PM UTC
HN karma
9
Public activity
6 items

About throwabob214

No profile information was provided.

Recent public activity

  1. comment
    Comment #9066240

    > Right now, there's only a single package repository for each major FreeBSD release. The ABI doesn't normally change within major releases, so packages built on FreeBSD 10.0 will …

  2. comment
    Comment #9066225

    > With inotify i use one watch per-folder, with kqueue you need to do it by file ( of course you can watch the folder changes, but you need to keep a copy of the file states in tha…

  3. comment
    Comment #9066211

    > This is because iXsystems (Jordan Hubbard) hired Kip to implement it for FreeNAS (and, presumably PC-BSD), I believe EMC Isilon has also sponsored the work. > not because the Fre…

  4. comment
    Comment #9063871

    Practically the limits are INT_MAX, the size of the process file descriptor table in-kernel. (And possibly a system limit on vnodes? Just guessing.) 2 billion fds makes for a lot o…

  5. comment
    Comment #9063829

    > FreeBSD has been in the early stages of working on a launchd port for 10 years now. There were several half-serious individual efforts, but I don't think the community / foundati…

  6. comment
    Comment #9063803

    > pretty much limited by the number of open file descriptors the OS allows to handle, if i don't remember wrong this number in FreeBSD is below 10000 by default And on Linux inotif…