-
**I'm submitting a ...**
- [x] bug report
**What is the current behavior?**
Setting server.socket_timeout to 0 will prevent http/1.1 connection reuse. Connections will be killed with RST by cherr…
-
Current implementation of sockets have a number of issues which lead to lower than possible read throughput. I have been looking at this a bit and have identified a number of improvements which are po…
-
stlab::future's have proven to be immensely useful to me, although one thing missing is a future-like object that can change value over time.
ReactiveX has some nice documentation on Observables, w…
-
>内核日志如下:
[ 1.245393] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 1.245585] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 1.245764] pci 0000:00:17.5: BAR 13:…
-
_⚠️ 내용에 오류가 있을 수 있습니다. 암튼 난 책임이 없다 어쩌고_
# Virtual Thread
Java 19에서 등장한 Virtual Thread 에 대해 알아본다.
## 들어가기에 앞서
### Process 와 Thread 의 차이
인터뷰 단골 문제로 유명함
- 하나의 프로세스 안에 여러 쓰레드가 돌아간다
- 프로세스간의 C…
-
-
This is a tracking issue for supporting "spin" waiting with `sched_yield`. Today it doesn't work at all - executing a `sched_yield` is effectively a no-op inside of a Shadow simulation. If it's used i…
-
Reading https://golang.org/pkg/runtime/pprof/ does not make clear how to use the blocking profiler in an application.
The blog post at http://blog.golang.org/profiling-go-programs (2011) finishes wit…
-
## CVE-2020-25673 - Medium Severity Vulnerability
Vulnerable Library - linux-yoctov5.4.51
Yocto Linux Embedded kernel
Library home page: https://git.yoctoproject.org/git/linux-yocto
Found in HEAD c…
-
I'm considering extending serde to deserialize (and serialize) from a futures::io::AsyncRead (and AsyncWrite). Would it be enough to make an AsyncDeserializer, or is an AsyncVisitor also needed? I don…