João Magalhães

Results 30 comments of João Magalhães

It's important to make support for a simple server like this one [echos_tcp.py](https://github.com/hivesolutions/netius/blob/protocols/server/examples/echo/echos_tcp.py) as soon as possible.

> But I'm missing the most basic instructions about some of the features, like how I enable HTTP2 support and create non-blocking HTTP servers. We really need to improve the...

It has been proved by using an NGINX reverse proxy implementation that its possible to archive better performance using an HTTP2 server than using the same back end with HTTP1...

Maybe **I'll need to get back to the "old" strategy of "marking" the pending frame information** as sent so that I can unify the strategy for blocked streams because of...

This is the initial idea on how to attack the problem: ![0](https://cloud.githubusercontent.com/assets/25441/18165308/683ef844-703c-11e6-83dd-4ba9dce14a02.png)

This PR is still missing the implementation of the `_serve_stream_compat `

The current status is the development of the solution is the creation of the compatibility layer at the `netius.Protocol` level that will allow netius based protocols to run both at...

It's already possible to run the EchoProtocol using ```python async def main(): # Get a reference to the event loop as we plan to use # low-level APIs. loop =...

@joao-conde wanna jump into a call to discuss this one? I may have some free time latter this week.

Thanks for the feedback @manspaniel. There's actually an [open issue (on GitLab) ](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/31) about the cycle accuracy improvements needed to improve emulation on Boytacean. Most of the issues you report...