<div dir="ltr">Hi,<br><br><br>Starting two Eshells on a single machine with the commands:<br><br>erl -sname rip<br>erl -sname rup<br><br>and running <br><br>X = now(),<br>Self = self(),<br>spawn(rup@Nway, fun() -> Self ! now() end),<br>
receive Y -><br>    io:format("Diff=~w~n", [timer:now_diff(Y, X)])<br>end.<br><br>yields "Diff=-1000" and occational a positive value as one would expect. (Hostname is Nway.)<br><br>Is this a bug or a feature? Does two or more Eshells not agree on the time when running on the same host???<br>
<br>I'm running this using R12B-3 and the machine has a dual core processor.<br><br><br>Regards,<br><br>Nicholas Schultz-Møller<br></div>