Andrew Clayton
Andrew Clayton
Do you have a _basic_ hello world ASGI application using uvloop that you could share?
Thanks. Kind of in the middle of getting the 1.32 release ready, but I shall take a look (probably after), one thing I want to check is if I can...
Hi @bunny-therapist Thanks for your example, I can now indeed see that the uvloop shared library is loaded ``` 00007fdf24b6c000 112K r---- /usr/lib64/python3.12/site-packages/uvloop/loop.cpython-312-x86_64-linux-gnu.so 00007fdf24b88000 1220K r-x-- /usr/lib64/python3.12/site-packages/uvloop/loop.cpython-312-x86_64-linux-gnu.so 00007fdf24cb9000 124K r----...
Thanks, that all makes sense...
Going to park this for now. Looked like it ought to be simple enough, but it no worky. I'll document what I dud in case anyone feels like poking it......
I'm going to guess not in this case. Seeing as uvloop doesn't expose a public C API, you have to call the uvloop python functions using the PyObject_* API, and...
@hanikesn HI, thanks for the report. Couple of questions 1) Can you confirm the version of Unit you're using?. 2) Is this 100% reproducible? Also, could you provide your unit...
> Couple of questions > > 1. Can you confirm the version of Unit you're using?. OK, nevermind, I see unit:1.30.0-php8.2 > 2. Is this 100% reproducible? I'm guessing not,...
On Sat, 30 Dec 2023 06:46:06 -0800 Paweł B ***@***.***> wrote: > Hello, > I am running an application using Nginx Unit in Kubernetes environment. > The `unit: router` process...
> There is the possibilty to customize the language versions in Docker Images : https://unit.nginx.org/installation/#inst-lang-docker. But you need to change `VERSIONS_python ?= 3.11` to` VERSIONS_python ?= 3.12` in the makefile,...