-
Goroutines is a mixture of threading (if available) and coroutines.
In the case of Haxe, threading is supported on all targets except js, but there is no native coroutine support.
The most straigh…
-
**Describe the bug**
`fatal error: all goroutines are asleep - deadlock!`
**To Reproduce**
Steps to reproduce the behavior (macOS Sonoma latest version, latest go installation from its website)…
-
I've created a simple [sample application](https://github.com/getsentry/sentry-go/tree/chore/profiling-many-routines/_examples/profiling-many-routines) with 5000 concurrent goroutines, tuned to have a…
vaind updated
2 weeks ago
-
# Descrição
Foi observado que o código atual demora ~3s para enfileirar 1.000 registros. Esse tempo deve ser melhorado, visto que o arquivo original possui pouco menos de 1.000.000 de registros para …
-
## Describe the bug
Start a service (except search). Have a look at the goroutines.
## Steps to reproduce
Steps to reproduce the behavior:
1. run a single oCIS service with pprof enabled
…
-
With the mux rangefeed protocol and the rangefeed scheduler in #107553, the only remaining O(ranges) goroutine scaling in rangefeeds is with registrations. These are basically responsible for bufferin…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
2.0-dev
### Commit ID
1f3926e
### Other Environment Information
```Markdown
- Hardware…
-
-
Back when we added this metrics as way of determining overload, in practice we would see values 10 or even more in non-overloaded clusters. We only saw degradation once this metric exceeded 30-50 or s…
-
Extism continues to be a delight to work with.
I realized that Extism probably has limited support for automatic concurrency, especially when calling host functions or the HTTP API. I verified that…