Open goodboy opened 8 years ago
The guys at Evolux have punched out a pure python replacement greenswitch
!
So it saves us all the work ;D
As a first task I'd like to benchmark the performance difference between greenswitch
versus the default libesl SWIG client.
I have suspicions that even if/when we move to
mod_amqp
it might not be as performant as plain old ESL for load testing. Either way, it would be great to not depend on the SWIG module and have a standalone python package.This will mostly likely required a read of the
libesl
implementation to get going.