I saw you are using: Kernel: Linux 3.10.0-rc4+ (SMP w/2 CPU cores)
Could you try with prepackaged kernel (or even just some non-rc)? O. On Tue, Aug 20, 2013 at 12:41 PM, <[email protected]> wrote: > >>>>> "Peter" == Peter Chubb <[email protected]> writes: > > >>>>> "Ondřej" == Ondřej Surý <[email protected]> writes: > Ondřej> could you try that with some simple script? > > Actually here's an even simpler script: > > > <?php > @set_time_limit(3600); > @ini_set('max_execution_time', 3600); > while (1) { > echo date(DATE_RFC822) ; > echo "\n"; > } > ?> > > > I find this behaves correctly on some machines. but not the one > running my webserver :-( > -- Ondřej Surý <[email protected]>

