scVENUS / PeekabooAV

Peekaboo Extended Email Attachment Behavior Observation Owl
https://peekabooav.de
GNU General Public License v3.0
66 stars 20 forks source link

Asyncio #210

Closed michaelweiser closed 2 years ago

michaelweiser commented 2 years ago

These changes switch the rest of Peekaboo beyond the sanic server to asyncio to avoid the symptoms stemming from interaction of threading and asyncio we've seen (e.g. #205). Multiprocessing is maintained through threadpool.

This is meant for discussion and inclusion early in the 2.2 cycle to give us time for testing and improvements.