[Seaside] Serving files

Philippe Marschall philippe.marschall at gmail.com
Thu Oct 12 11:08:57 UTC 2006


2006/10/12, David T. Lewis <lewis at mail.msen.com>:
> On Thu, Oct 12, 2006 at 08:33:46AM +0200, Philippe Marschall wrote:
> > And about the OSProcessPlugin, it deadlocks from time to time. This
> > again happened in one of our production applications too and is the
> > reason why Avi doesn't use it for DabbleDB and uses cgi scripts
> > instead.
>
> Do you have any information as to what caused the deadlock? I am
> aware that file locking between images has proved to be unreliable.
> I'd like to know if there are other issues. Thanks.

UnixProcess >> #waitForCommand:

proc runState == #complete

always return false although the process is actually terminated.

Philippe


More information about the Seaside mailing list