[erlang-questions] Improve performance of IO bounded server written in Erlang via having pollset for each scheduler and bind port to scheduler together with process
Wojtek Narczyński
wojtek@REDACTED
Thu Jul 12 18:17:10 CEST 2012
Hello,
> I solved this problem by moving the sync operation into a standalone
> thread, invoked 1 time per millisecond
What about periods, when the machine is idle? Is this thread going to
make 1000 syscalls per second anyway?
--Regards
More information about the erlang-questions
mailing list