I was working through my factor-articles document [1] to update with a
recent Factor version and hit some issues with the distributed
messaging functionality. I've done a pull request here:

https://github.com/factor/factor/pull/1744

The issue was that for distributed messaging it really requires a
global server to exist to allow receiving messages from other nodes.
Past changes moved to having the server created as a threaded server
stored in a namespace. I've reverted back to a global and adjusted the
test.

The test uses a hard coded port - I couldn't work out how to do a
random port with a threaded server.

[1] https://bluishcoder.co.nz/factor-articles.pdf

-- 
http://bluishcoder.co.nz

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to