[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822191: RFP: wsaccel -- Accelerator for ws4py and AutobahnPython



Package: wnpp
Severity: wishlist

* Package name    : wsaccel
  Version         : 0.6.2
  Upstream Author : INADA Naoki <songofacandy@gmail.com>
* URL             : https://github.com/methane/wsaccel
* License         : Apache 2.0
  Programming Lang: Python
  Description     : Accelerator for ws4py and AutobahnPython

WSAccell replaces per-byte process in them with Cython version.

AutobahnPython beginning with version 0.6 automatically uses WSAccell if
available. Otherwise you can run-time patch supported WebSocket libraries
using:

import wsaccel
wsaccel.patch_autobahn()  # for autobahn.
wsaccel.patch_ws4py()     # for ws4py.
wsaccel.patch_tornado()   # for Tornado


I need this package since it is a dependency of crossbar


Reply to: