On Tue, 2007-06-19 at 20:16 -0400, Adam McDougall wrote:
If there is no output, whats the longest you want us to wait while it runs?
I think if it hasn't printed anything for 15 minutes it's pretty safe to assume it's not going to print anything.
How much do you care about unique OS/arch/cpu/fs combinations (what factors shouldn't matter)? I assume you want just one reader and one writer, started in the order listed in the source?
I don't think filesystem or CPU would matter, but I'm not a kernel coder so I'm not sure. I think the main difference is what kernel is being used.
The reader and writer processes probably need to be running in different CPUs to get the problem, so you could start 3 readers just to be sure.
The ones I already have running for a few minutes have printed nothing so far.
I guess it's possible that FreeBSD handles this the way I originally expected Linux to handle it.