From owner-freebsd-hackers Sun Apr 19 16:56:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13612 for freebsd-hackers-outgoing; Sun, 19 Apr 1998 16:56:11 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13577; Sun, 19 Apr 1998 23:56:01 GMT (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id QAA00499; Sun, 19 Apr 1998 16:55:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Amancio Hasty cc: Eivind Eklund , Satoshi Asami , shigio@wafu.netgate.net, hackers@FreeBSD.ORG Subject: Re: Introducing gozilla(1). In-reply-to: Your message of "Sun, 19 Apr 1998 16:35:26 PDT." <199804192335.QAA01708@rah.star-gate.com> Date: Sun, 19 Apr 1998 16:55:55 -0700 Message-ID: <495.893030155@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No, it means you don't need to launch it *again* when you want to send a command to the netscape that's already there. In other words, it goes like this: Is Netscape already running? No --> Start netscape on URL | Yes | Send message to running netscape saying "load URL ..." In my shell functions, I use stuff like this: function url { netscape -remote "openURL($*)" } Which invokes another copy of netscape long enough to send the already fully-instantiated netscape a message. On my P6, it's so quick that I don't notice the overhead, but I can see how that might not be true for everyone and a command which *just* sends the protocol without invoking an entire copy of netscape to do it would probably be a win. Jordan > I missed something . gozilla issues a remote protocol to what? netscape > If so then you are running netscape. > > Amancio > > > > It runs the mozilla remote protocol, at least, so it does _not_ launch > > > a 10MB binary. IMO, that alone is worth a whole new command :-) > > > > That's a good point - I'd not thought of that. > > > > Jordan > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-hackers" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message