On Thu, 6 Feb 2003, Dmitri Tikhonov wrote: > On Thu, Feb 06, 2003 at 07:42:56PM +0100, Sascha Schumann wrote: > > On Thu, 6 Feb 2003, Dmitri Tikhonov wrote: > > > > > On Thu, Feb 06, 2003 at 06:51:06PM +0100, Sascha Schumann wrote: > > > > > I have Apache 2 and PHP running with no big problems so far. > > > > > > > > Two concurrent php script executions might not work at all, > > > > > > I forgot to mention that I use preforking model. > > > > And all your processes use /tmp/somename to buffer data. > > 'somename' is random, I hope?
Never mind. Someone has replaced my initial hack which iterated over the incoming brigades and wrote the data into a temporary file with something which works with pure files only. That is more limited (files only), but avoids the concurrency issue. - Sascha