[764] in Coldmud discussion meeting

root meeting help first previous next next in chain last in chain last

fork() vs send()

daemon@ATHENA.MIT.EDU (Wed Aug 16 01:15:18 1995 )

Date: Tue, 15 Aug 1995 23:13:04 -0600
From: 869683 Gillespie Brandon James <brandon@avon.declab.usu.edu>
To: coldstuff@MIT.EDU

I've been toying with the implementation of fork(), and Jeff brought up that
it may be better to implement something slightly different, such as:

    send(object, 'method, [args])

Which would be virtually the same as object.method(args), except for that
it "forks" off.

Anybody have comments on this, compared to a direct fork() implementation?

-Brandon