1
I Use This!
Activity Not Available

News

Posted over 9 years ago by jviide-work ([email protected])
abusehelper.core.roomgraph: Remove the internal socket after all subprocesses have connected. ... [More] abusehelper/core/roomgraph.py [Less]
Posted over 9 years ago by jviide-work ([email protected])
abusehelper.core.roomgraph: Set the default concurrency value to 1. ... [More] abusehelper/core/roomgraph.py [Less]
Posted over 9 years ago by jviide-work ([email protected])
abusehelper.core.roomgraph: Move the rule matching to separate worker processes. Add a new startup option --concurrency=[integer] for defining how many worker processes should get launched. By default multiprocessing.cpu_count() is used to ... [More] autodetect and set --concurrency to the number of CPU cores. All the rules get sent to all subprocesses, but each matched event gets sent to just one subprocess. "Load balancing" is done with select(). At the moment worker processes communicate with the main process over a UNIX domain socket, located in a temprorary directory created with tempfile.mkdtemp(). Each worker process is given a UUID which they have to send in when first after establishing the socket connection. abusehelper/core/roomgraph.py [Less]
Posted over 9 years ago by jviide-work ([email protected])
README.md edited online with Bitbucket README.md
Posted over 9 years ago by jviide-work <[email protected]>
README.md edited online with Bitbucket README.md
Posted over 9 years ago by jviide-work <[email protected]>
Add the .gitignore file, remove .hgtags and .hgignore. .gitignore ... [More] .hgignore .hgtags [Less]
Posted over 9 years ago by jviide-work <[email protected]>
abusehelper.core.services: Update to the new idiokit.xmpp.core.iq_handler style. ... [More] abusehelper/core/bot.py abusehelper/core/services.py [Less]
Posted over 9 years ago by jviide-work
abusehelper.core.services: Update to the new idiokit.xmpp.core.iq_handler style. ... [More] .hgsubstate abusehelper/core/bot.py abusehelper/core/services.py [Less]
Posted over 9 years ago by jviide-work
abusehelper.core.rules.tests: Add test for rule result caching. ... [More] abusehelper/core/rules/tests/test_rules.py [Less]
Posted over 9 years ago by jviide-work <[email protected]>
abusehelper.core.rules.tests: Add test for rule result caching. ... [More] abusehelper/core/rules/tests/test_rules.py [Less]