Re: devd limitations / automounting removable storage

From: Suleiman Souhlal (ssouhlal_at_vt.edu)
Date: 09/18/03

  • Next message: M. Warner Losh: "Re: devd limitations / automounting removable storage"
    Date: Wed, 17 Sep 2003 21:46:30 -0400
    To: Jeff Roberson <jroberson@chesapeake.net>
    
    

    On Wed, 17 Sep 2003 20:18:49 -0400 (EDT) Jeff Roberson
    <jroberson@chesapeake.net> wrote:
    >
    > Please use kqueue. We should have 1 eventing mechanism in the kernel.
    >

    I think that is not a bad idea, considering it should not be too difficult to add new event filters, and that it already works pretty well.

    Suleiman Souhlal
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"


  • Next message: M. Warner Losh: "Re: devd limitations / automounting removable storage"

    Relevant Pages

    • Re: kevent and related stuff
      ... > as for linux, so I may ask some stupid questions. ... > kernel to send it a signal whenever the specified accesses occur. ... This means that for directory monitoring, ... You can SIGPOLL on the event descriptor returned by kqueue(). ...
      (freebsd-hackers)
    • Re: async i/o on high number of fds (iocp, /dev/poll, epoll, ...)
      ... It's on BSD and BSD derivatives like Darwin. ... With kqueue you give the kernel a list of fds and then ... The kernel then returns a list of exactly which fds are ready. ...
      (comp.unix.programmer)
    • Re: kqueue oddity
      ... status from the kernel. ... When you call kqueue with EV_ADD, ... kernel never clears the flags when creating the internal object, ... kevent debugging patch is at ...
      (freebsd-hackers)
    • Re: aio_connect ?
      ... > I am familiar with kqueue, and I wrote an early example program to illustrate ... > I/O completion interrupts that I was asking about. ... > exactly the kinds of asynchronous I/O completion signals that I was asking ... > redundant with the functionality provided by other kernel calls (e.g. ...
      (freebsd-net)
    • Re: kqueue oddity
      ... The struct kevent's contents looks like this: ... It's a kqueue bug, but a minor one. ... When you call kqueue with EV_ADD, the kernel ... never clears the flags when creating the internal object, ...
      (freebsd-hackers)

  • Quantcast