Zero Fan Out Time

Fan-out time is the difference between the first client receiving a given message and the last client receiving it. This is a fairly common and overlooked problem of many messaging servers. Diffusion has overcome this problem via its implementation of ‘proper’ Java NIO (Native I/O). Consequently there is zero differential in time between any client receiving the same message.