Matthew Reschke

Results 32 comments of Matthew Reschke

Ill be sure not to mention its a "raw benchmark" but more of an API server comparison, which is the point. Since its not a raw performance benchmark, if MySQL...

I wouldn't do cookies or session as API's should utilize neither. TLS on the other hand...not sure about that as most (mine) API's will utilize SSL termination elsewhere, not in...

@borislemke I was also testing vanilla PHP which is 1000x faster than laravel at this simple level. If you wanted an API framework, try Laravel's Lumen instead.

I never planned to take it all the way "web" like this. Perhaps a hello world is all that is needed then. Or perhaps I will add dozens of benchmarks,...

Perhaps @borislemke benchmark is enough. I will still most likely buildout physical machines across 1GB lan for my own tests and my own use case. If you start your own...

I have updated the repo and README.md with my intent. No tests yet.

Awesome! Ill pull it in as soon as I can re-run the same tests to update the README.me with new results.

Basically your `core.py __aexit__` needs to call `await self.close()` and the `def close` needs to be `async def close` and each cb in self._close_callbacks needs to be checked if a...

Had any change to dig into this one? I could make a PR for you but new sure which is your latest branch. Pypi says 8.0.1.3 but there is no...

Now I see the 8.0.1.3 tag, missed it. Would you like a PR or can you make the 3 lines of code change. Suppose I could also fork if needed,...