-
Whenever we introduce new data structures or new encodings, we need to adjust the RDB's version and encoding format. Internally in the server, this is not an issue. However, changes to RDB create a su…
-
curl/curl#6785 is curl w/OpenSSL/1.1.1j appears to hang when a second TLS handshake is not completed.
The fail case on a non-blocking socket is basically this:
SSL_write is called with the POST …
-
### Describe the bug
Users could easily make this mistake (?) that reuses the `Config` as below.
```rust
use zenoh::prelude::sync::*;
use zenoh::prelude::Config;
fn main() {
let (pub…
-
Currently, for request processing, SparkJava completely relies on HTTP thread pool of Jetty (by default 8 - 200 threads).
Which in it's own turn is non-blocking on networking end, but it's blocking o…
-
## Background information
This is with 4.1.2~rc1 on multiple architectures on Debian unstable (development branch).
It is triggered by the tests in mpi4py:
eg.
https://buildd.debian.org/statu…
-
I am trying to build cpprestsk on Ubuntu 16.04 linking to Boost 1.66. I am getting this error:
> error: conversion to ‘int’ from ‘ssize_t {aka long int}’ may alter its value [-Werror=conversion]
…
-
Hello,
I saw you guys are using the webadmin from Cuberite even though Cuberite has a network API. Was there a reason to choose the webadmin over that?
The documentation for it is here: http://apido…
-
This RFC supercedes:
- Research on IO-bound tasks #22
- Handling blocking tasks and long-running tasks #123
and hopefully provides a suitable solution for both
## Context
Weave is currently w…
-
# NEWS for Ruby 3.2.0
This document is a list of user-visible feature changes
since the **3.1.0** release, except for bug fixes.
Note that each entry is kept to a minimum, see links for details…
-
We should spawn a separate thread for each RPC call, in the worker outside the enclave. (spawning threads inside the enclave is difficult?).
@haerdib suggested to spawn the thread by wrapping this fu…