
Token server


Sometimes using Python to perform some tasks is just not suited.

Intensive crypto computation is one example : unless you're launching
a bunch of processes to do the work in the background, you are tied
to the GIL


