ThomasRgbg / wabridge

Bridge between a WA and a XMPP chat server.
GNU General Public License v3.0
2 stars 0 forks source link

Bad scaling: Use multiple threads instead of separate tasks ? #1

Open ThomasRgbg opened 9 years ago

ThomasRgbg commented 9 years ago

Currently, for each virtual user or chatroom, there is a own instance of xmpp_user.py or wa_user.py needed. As more they get, as more instances are running in parallel. Running all in one instance, but multiple threads might be better.