Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD new pthread problem with system scope #39975

Closed
hyeshik opened this issue Feb 23, 2004 · 2 comments
Closed

FreeBSD new pthread problem with system scope #39975

hyeshik opened this issue Feb 23, 2004 · 2 comments
Assignees

Comments

@hyeshik
Copy link
Contributor

hyeshik commented Feb 23, 2004

BPO 902444
Nosy @hyeshik
Files
  • freebsdksethread.diff: a proposed patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/hyeshik'
    closed_at = <Date 2004-03-04.06:43:43.000>
    created_at = <Date 2004-02-23.04:39:43.000>
    labels = []
    title = 'FreeBSD new pthread problem with system scope'
    updated_at = <Date 2004-03-04.06:43:43.000>
    user = 'https://github.com/hyeshik'

    bugs.python.org fields:

    activity = <Date 2004-03-04.06:43:43.000>
    actor = 'hyeshik.chang'
    assignee = 'hyeshik.chang'
    closed = True
    closed_date = None
    closer = None
    components = ['None']
    creation = <Date 2004-02-23.04:39:43.000>
    creator = 'hyeshik.chang'
    dependencies = []
    files = ['5828']
    hgrepos = []
    issue_num = 902444
    keywords = ['patch']
    message_count = 2.0
    messages = ['45414', '45415']
    nosy_count = 1.0
    nosy_names = ['hyeshik.chang']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue902444'
    versions = []

    @hyeshik
    Copy link
    Contributor Author

    hyeshik commented Feb 23, 2004

    FreeBSD libpthread based on their kernel thread
    infrastructure called "KSE" will be introduced in
    FreeBSD 5.3 by default. Currently, our
    test_threaded_import is failing due to shortage of KSE
    system scope scheduling resource.
    According to KSE gurus, they are doing enough
    round-robin scheduling for process scope threads and it
    is much cheaper than system scope. (see
    http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/008852.html)
    The attached patch disables setting threads into system
    scope scheduling.

    @hyeshik hyeshik closed this as completed Feb 23, 2004
    @hyeshik hyeshik self-assigned this Feb 23, 2004
    @hyeshik hyeshik closed this as completed Feb 23, 2004
    @hyeshik hyeshik self-assigned this Feb 23, 2004
    @hyeshik
    Copy link
    Contributor Author

    hyeshik commented Mar 4, 2004

    Logged In: YES
    user_id=55188

    Committed as Python/thread_pthread.h 2.52

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant