-
gdal should support asynchronous HTTP (and HTTP2 protocols) with asyncio patterns. For example, all /vsis3 reads are synchronous, with no support for asyncio patterns to await an s3 read. If the asy…
-
I'm using django and the asyncio Redis client. I want to share a connection pool across my requests. Thus, I initialize the connection pool centrally in my Django settings. I'm using Redis as a distri…
-
**Problem Statement**
The Python SDK uses synchronous IO through the requests library today. With Python's threading model, it is not possible to write performant, parallelizable applications using t…
-
Both me and another student have problems with using Python 3.8, probably caused by an asyncio implementation problem.
```
Traceback (most recent call last):
File "./revolve.py", line 69, in
…
-
![Screenshot_2024-11-06-16-21-26-888_com server auditor ssh client](https://github.com/user-attachments/assets/ed179150-2319-4e0a-9943-bcfa0c01c5da)
-
### Describe the bug:
This is a tricky bug for me. It only happens on PC, not on Mac.
I'm not using any async code.
I'm not using it in a notebook.
I am using proxies.
### Screenshots:
Non…
-
### Description
https://github.com/ray-project/ray/issues/43826 was supported in https://github.com/ray-project/ray/pull/47272 . However, due to performance issues, it was turned off (buffer_size is …
-
From #2481:
[@mhsmith] Should we add a test to the Toga testbed to cover asyncio network access, since both Android and WinForms have their event loop implementations in this repository?
[@freak…
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
### System Info / 系統信息
ubuntu20.0.4
NVIDIA-SMI 535.104.05
Driver Version: 535.104.05
CUDA Version: 12.2
### Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [ ] doc…