switchy icon indicating copy to clipboard operation
switchy copied to clipboard

Rewrite ESL.py in python or cython

Open goodboy opened this issue 9 years ago • 1 comments

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.

goodboy avatar Feb 03 '16 02:02 goodboy

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.

goodboy avatar Mar 23 '16 21:03 goodboy