mlsecproject / combine

Tool to gather Threat Intelligence indicators from publicly available sources
https://www.mlsecproject.org/
GNU General Public License v3.0
654 stars 171 forks source link

Threading #140

Open krmaxwell opened 9 years ago

krmaxwell commented 9 years ago

The current code in dev uses a custom queueing solution built directly on the low-level APIs in Python. We should use some existing module (such as requests-futures?), otherwise we'll have subtle bugs cropping up for a long time in addition to the ones we already have.