Daniel Graña
Daniel Graña
Hi Daniel, please, take a look to this pull request that adds an optional cython compiled extension for slow heap manipulation functions used by heapdict. it increased performance by 5...
Refactor signal handling similar how [Django did for 1.0](http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Signalrefactoring). According to them, the new approach brings up to 90% speed improvements
It is reported as a pypy issue at https://bugs.pypy.org/issue1656
### Change Summary What and Why: How: Depends on: https://github.com/superfly/fly-go/pull/83 --- ### Documentation - [ ] Fresh Produce - [ ] In superfly/docs, or asked for help from docs team...
Support monitoring TCP services on a different port. By closing the alternate port, fly-proxy can declare the machine service as unhealthy and will stop sending traffic to it while the...