Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10030)

Issue 18080043: runtime: retake P if syscall running more than 10ms

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by james4k
Modified:
10 years, 5 months ago
Reviewers:
Visibility:
Public.

Description

runtime: retake P if syscall running more than 10ms Problem: In the case of a P blocking on a syscall, with other Ps idling, sysmon can get stuck in its loop until a GC occurs. This means that the process wakes up 100 times a second in an otherwise idle process. This solution may just be hiding another issue, or even be the cause of another problem; my understanding is too limited to tell. Fixes issue 6673.

Patch Set 1 #

Patch Set 2 : diff -r f9af8b83c78c https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/runtime/proc.c View 1 2 chunks +2 lines, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b