Giovanni Barillari

Results 210 comments of Giovanni Barillari

@bluetech you're right, then your code looks appropriate. I would probably rewrite it like this, but I think it's just a matter of personal taste: ```diff diff --git a/src/wsgi/http.rs b/src/wsgi/http.rs...

@robhudson thank you for your interest! Regarding your questions (I will probably also update the description with few of the following points): - probably the major theme around tests is...

Hello, I'm not sure I got the scope of this. Can you provide more context about the issue? Considering the description you provided I don't get the purpose of the...

Ok, thank you for the detailed explanation. So the actual theme here is either to: - find a way to fix this - prevent multiple processes on windows I need...

> Before starting to fix something, first we need to figure out what we need to fix: Problem is that `accept` call on **non-blocking** socket became **blocking**. This is not...

@izmmisha sorry for the super-late reply. I understand the fix on the sample code but: - IMHO using a multi-process lock to "patch" an underlying bug, kinda nullify the advantage...

This will require quite an effort, as the main process – which right now is quite simple – should behave like a real arbiter and effectively manage child process continuously....

I'm not sure Granian should handle all of this complexities. If the aim would be having 1:1 feature comparison with Gunicorn, probably it would make more sense to implement Granian...