Page MenuHomeFreeBSD

Add support for EVFILT_USER kqueue filter
AbandonedPublic

Authored by wg on Apr 6 2016, 11:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 21 2024, 1:09 PM
Unknown Object (File)
Feb 1 2024, 10:52 AM
Unknown Object (File)
Feb 1 2024, 7:28 AM
Unknown Object (File)
Dec 23 2023, 12:00 AM
Unknown Object (File)
Dec 11 2023, 2:02 PM
Unknown Object (File)
Nov 27 2023, 9:51 AM
Unknown Object (File)
Nov 22 2023, 4:18 PM
Unknown Object (File)
Nov 22 2023, 4:17 PM
Subscribers

Details

Reviewers
koobs
Group Reviewers
Python
Summary

It's useful for doing signaling between threads (especially I/O-bound threads). Unfortunately Python develoeprs have been completely silent about this.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3149
Build 3182: arc lint + arc unit

Event Timeline

wg retitled this revision from to Add support for EVFILT_USER kqueue filter.
wg updated this object.
wg edited the test plan for this revision. (Show Details)
wg added a reviewer: koobs.
wg added a subscriber: Python.

I have only patched 3.4 so far as this is what most interest us from FreeNAS (which require that patch), but I can do it for others if you guys agree with committing it to our ports.

@wg sorry for missing this William, I've had limited time lately.

  • Can this be added to all other Python ports/versions?
  • Is there an upstream bug/issue for adding this feature?
  • If not, can you write up a short paragraph about the feature and how it can/should be used, perhaps adding it as a header commenct to the patch itself