Grr at the second glimse I saw my mistake :D
TS uses UDP not TCP. Well nvm. I'm just supprised why the server would block on send.
That could also be the cause for sometimes "laggy" voice.
Because these packets which failed to write get dropped.
Yeahr you dont need trace at all in production.
Its as you said even a bottleneck.
---- Automatically Merged Double Post ----
Just out of curiosity: Whats your avarage server bandwidth?
---- Automatically Merged Double Post ----
[[FILTEREDIP]:63534/serveradmin1 | 62] Got "dead" client in...
Well not really.
It's just a shitload of data to progress where TeaSpeak gets on his limits.
Another lag cause could be massive client connections because they're still quite "heavy" to progress, but its already on my task list.
I'm also thinking of creating a new branch where I'm aiming to...
Well yesthat was hust an example.
In general you'll not need that much parallel execution because there isn't that many todo.
As well your processor only supports 8 Threads at the time, so having way more than this just spends time on context switches.
So I think that if 10 threads are execuing...