-
Sokcet options: LogLevel = Microsoft.Extensions.Logging.LogLevel.Trace
i just wanna ask about message processed. I not sure but it seems to me that 3 ms for parse response is a lot. This logs from…
-
Nowadays more and more servers talk HTTP/2. Would be great if HtmlUnit would support that protocol as well. Do you have plans to add that feature to HtmlUnit in the near future, now that Apache HttpCl…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the existi…
-
As I said in #2 I discovered this nice project through and thought of the following:
- Would this project benefit RxJava or other reactive APIs?
- Should there be Rockscript library support for oth…
-
It would be great if guava had a multi-level cache - a cache degrading from hard references -> soft references -> weak references, with each level configurable as a regular cache.
A single-level cach…
ghost updated
3 years ago
-
# Asynchronous Programming
## Learning Objectives
- 🥚 You understand the JavaScript Event Loop, and can demonstrate this by using `setTimeout` and `setInterval` to schedule simple tasks.
- 🥚 Yo…
-
Apache Geode and VMware Tanzu GemFire are rife with **initialization safety issues**, particularly when using the GemFire/Geode [APIs](https://geode.apache.org/releases/latest/javadoc/index.html) to c…
-
Right now, our algorithms are structured as function objects (or as C++ like to confusingly call them, functors), which wrap some algorithmic code. This works fairly well for CPU code, and it will lik…
-
The main idea for this proposal is to increase the usability of the network by introducing new features that decrease the barrier of entry for end-users.
TLDR: allow accounts to have more than one…
-
This is a PoC for synchronous style for networking programming:
https://github.com/kazu-yamamoto/http2/tree/no-async-exceptions
Relating to: #139