Projects tigase _server server-core Issues #722
Eventbus is single-threaded (#722)
Closed
Artur Hefczyc opened 8 years ago
Due Date
2016-12-15

Make sure eventbus uses multiple threads and it works correctly when running on multiple threads.

Bartosz MaƂkowski commented 8 years ago

EventBus uses Executor to run listeners. Executor is defined as

Executor executor = Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors() * 4);

so it is for sure multi thread :)

Referenced from commit 1 year ago
reverted changes from r2940 - removed patch #722 due to lack of support on Mac OS X
git-svn-id: file:///home/svn/repos/tigase-server/trunk@2944 7d282ba1-3ae6-0310-8f9b-c9008a0864d2
wojtek committed 1 decade ago
Referenced from commit 1 year ago
apply patch #722 - tigase.sh: better default parameters file
git-svn-id: file:///home/svn/repos/tigase-server/trunk@2940 7d282ba1-3ae6-0310-8f9b-c9008a0864d2
wojtek committed 1 decade ago
issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
4588
Version
tigase-server-8.0.0
Spent time
1h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#722
Please wait...
Page is in error, reload to recover