ChimeraPy / Engine

Distributed computing framework for Multimodal data written in Python
https://chimerapy-engine.readthedocs.io
GNU General Public License v3.0
9 stars 0 forks source link

Make AIOHTTP file transfer faster #262

Open edavalosanaya opened 1 year ago

edavalosanaya commented 1 year ago

Need to make the file transfer faster, as it's likely that recordings will be in the GB range. The AIOHTTP current approach isn't sufficiently fast to handle this issue. Need to consider how to implement this with ZeroMQ - a notion that @umesh-timalsina has proposed. He shared this ZeroMQ resource.