I am new with Retlang.
I would like to use Retlang in order to queue actions and execute them on the first ThreadFiber available. (Looking for high perf : at least 1MillionMsg/sec)
For that I used a QueueChannel but my benchmark returns strange results :
#Results with the number of ThreadFiber subscribed to the QueueChannel :
1 ThreadFiber ~= 1sec
2 ThreadFibers ~=> 3sec
3 ThreadFibers ~=> 5sec
4 ThreadFibers ~=> 8sec
5 ThreadFibers ~=> 10sec
Code : http://pastebin.com/jf4iWXVS
I was expecting a decrease in the processing time of dequeuing.
Thanks for you help,
Alex
--
You received this message because you are subscribed to the Google Groups "retlang-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/retlang-dev/-/kIJvMD0KWrEJ.
To post to this group, send email to retla...@googlegroups.com.
To unsubscribe from this group, send email to retlang-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/retlang-dev?hl=en.