chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: Removing wait from process


From: Kon Lovett
Subject: [Chicken-users] Re: Removing wait from process
Date: Thu, 18 Jan 2007 06:27:42 -0800

On Jan 17, 2007, at 11:47 PM, felix winkelmann wrote:

On 1/18/07, Kon Lovett <address@hidden> wrote:

A couple of points:

1) 'process-wait' in posixunix throws an exception upon an error but
doesn't in posixwin. (Think both should throw exception.)

Makes sense.

I will change.



2) 'process' waits automatically in posixunix but not in posixwin.
(Think shouldn't wait.)

Hm...


3) 'process' will throw an exception for abnormal exit in posixunix
but not in posixwin. (Think shouldn't throw exception.)

How should abnormal exit be communicated to the user?

I will "unbundle" stuff in ##sys#process. (Thus making more private stuff global but I wanted to anyway, the "pty" egg uses stuff from posixunix.)

From there I will make a 'process' that keeps the current behavior but allows 'osprocess' to exhibit others.

Again, it will be a couple of days before anything can be released.



cheers,
felix





reply via email to

[Prev in Thread] Current Thread [Next in Thread]