[772] in Coldmud discussion meeting

root meeting help first previous next last

No subject found in mail header

daemon@ATHENA.MIT.EDU (Sat Aug 19 21:10:11 1995 )

From: bellegj@monitor.cs.orst.edu
To: coldstuff@MIT.EDU
Date: Sat, 19 Aug 95 18:08:34 PDT

Subject: Re: fork() vs send() 
In-reply-to: Your message of "Sat, 19 Aug 95 12:19:13 PDT."
             <9508191819.AA04139@avon.declab.usu.edu> 
--------
>   for obj in (object_list) {
>       obj.(method)(@args);
>   }
> 
> With:
> 
>   send(object_list, method, args);

Actually I was thinking 
   for obj in (object_list) {
       (| obj.(method)(@args) |);
   }
minor difference.

> He did suggest that fork could be hidden behind send, but I dont think he
> was suggesting it as a complete replacement for fork.

I'm hoping we'll find that a direct fork() isn't needed.


-- Jeff Bellegarde (bellegj@mail.cs.orst.edu)