On Tue, 2003-01-07 at 10:57, Chris Toshok wrote: > Attached is a program that runs fine on both freebsd 5.0 rc2 and linux > 2.4.18-3, and gives the same output. When run like so: > > $ sun_test 2 & sun_test 1 > > you'll see: > > sock2's peer = '/tmp/sock1' > sock1's peer = '/tmp/sock2' > > I can't speak to what 2.5.x's output is for this program, but i bet it's > the same. If it's not it must be a bug in my code :P
Here's what I get With Ron's orbit patch 2.4: ./sun_test 2 & ./sun_test 1 sock2's peer = '/tmp/sock1' sock1's peer = '/tmp/sock2' 2.5: ./sun_test 2 & ./sun_test 1 sock1's peer = '/tmp/sock1' sock2's peer = '/tmp/sock2' With orbit unpatched 2.4: ./sun_test 2 & ./sun_test 1 sock2's peer = '/tmp/sock1' sock1's peer = '/tmp/sock2' 2.5: ./sun_test 2 & ./sun_test 1 sock1's peer = '/tmp/sock1' sock2's peer = '/tmp/sock2' HTH _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
