Giovanni Barillari

Results 210 comments of Giovanni Barillari

> @sreenivasulureddysura, do you mean "programmatic" as in calling Granian from Python instead of cli? Correct, I changed the title and the naming comes from Uvicorn (https://www.uvicorn.org/#running-programmatically). > I could...

> @gi0baro Let's bring all the markdown files and deploy it using the github page. Mkdocs library will help in the deploy it. If you are okay with Mkdocs I...

> How about as a first (small) step we re-organize the current root md file into multiple ones and link from the root md file (in places where it might...

@masenf Granian doesn't do anything fancy on top of `watchfiles` (the library used to watch for changes), especially when we compare macos and Linux, so I'm not sure how to...

@adhami3310 yeah I think the actual issue is that once the main process reaches the `join` line, the worker hasn't registered signal listeners yet. But also is quite hard for...

fyi, 2.2.1 now has a default 3.5s workers kill timeout when using the reloader. Not sure I can do anything else at the time being.

> it is necessary to remove the --host , --port parameters and add --bind param. > This will be a critical change. @ArtemIsmagilov not necessarily. We can adapt `--host` to...

> I believe most [uwsgi users looking for an alternative](https://github.com/unbit/uwsgi/commit/5838086dd4490b8a55ff58fc0bf0f108caa4e079) would look for something with comparable performance or comparable feature parity, or both. You have the performance but not the...

> Filesystem is just better for access control if you're connecting two things in the same machine. It's not that I need it, it's the fact that it is better...

> Nginx serves static files Now that can be (IMO) a more interesting feature request for Granian. > and has more configurable tls 🤔 like? can you expand on this?...