From owner-freebsd-questions@freebsd.org Fri Sep 14 17:05:23 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC53108E64B for ; Fri, 14 Sep 2018 17:05:23 +0000 (UTC) (envelope-from lebarondemerde@privacychain.ch) Received: from forward106p.mail.yandex.net (forward106p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B63A78A72D for ; Fri, 14 Sep 2018 17:05:22 +0000 (UTC) (envelope-from lebarondemerde@privacychain.ch) Received: from mxback14g.mail.yandex.net (mxback14g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:93]) by forward106p.mail.yandex.net (Yandex) with ESMTP id 9D77E2D84343; Fri, 14 Sep 2018 20:05:19 +0300 (MSK) Received: from smtp4o.mail.yandex.net (smtp4o.mail.yandex.net [2a02:6b8:0:1a2d::28]) by mxback14g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id D1iqQjSuAU-5JlWAjCM; Fri, 14 Sep 2018 20:05:19 +0300 Received: by smtp4o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Ms2OVb857w-5GXCmBau; Fri, 14 Sep 2018 20:05:17 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) Date: Fri, 14 Sep 2018 14:05:12 -0300 From: Alexandre =?utf-8?Q?C=2E_Guimar=C3=A3es?= To: "Igor V. Ruzanov" , freebsd-questions@freebsd.org Subject: Re: Solaris Doors IPC Implementation Message-ID: <20180914170512.tymsk4mzqusxylya@privacychain.ch> References: <20180913210646.vgbaoyornms6xplc@privacychain.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 17:05:23 -0000 On Fri, Sep 14, 2018 at 12:02:37PM +0300, Igor V. Ruzanov wrote: > On Thu, 13 Sep 2018, Alexandre C. GuimarĂ£es wrote: > > |Hi. > | > |Reading the FreeBSD IdeasPage I see the desire to have the 'Solaris Doors IPC' > |implemented on FreeBSD. > | > |Due to curiosity, what are the advantages of the Solaris IPC over Mach? I mean > |Mach was already implement in NextBSD. > > These are different implementations. Mach ports use asynchronous > communication model while the Solaris DOORS are being synchronous. There > are different applications for these IPC models That made it very clear, and I actually found some more info about asynchronous/synchronous IPCs on a old ChorusOS doc. https://docs.oracle.com/cd/E19048-01/chorus5/806-6897/architecture-109/index.html Thanks! > > > |Thanks. > | > |-- > |Best regards./lebarondemerde > |_______________________________________________ > |freebsd-questions@freebsd.org mailing list > |https://lists.freebsd.org/mailman/listinfo/freebsd-questions > |To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > | -- Best regards./lebarondemerde