9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] commercial deployment
@ 2001-07-19 19:28 anothy
  2001-07-19 20:36 ` Mike Haertel
  0 siblings, 1 reply; 20+ messages in thread
From: anothy @ 2001-07-19 19:28 UTC (permalink / raw)
  To: 9fans

//Is there or will there ever be commercial/industrial deployment of plan9?

short answer: yes, sort of.
long answer: that depends, what does that mean to you?

there are a number of people who use Plan 9 in their "day jobs", in industry or
commercial environments, even though those jobs likely have nothing to do
with plan 9. i did that when i admined Unix boxes, for example.

as mentioned a few times here, plan 9's been used in several projects in the
labs, like the VPN brick, that may someday see the light of day (hey, i'd buy
one of those if i could).

i believe somebody outside the labs was using Plan 9 in a hardware mpeg
encoder.  is that still going on? which edition?

and, of cource, the Plan 9 and Inferno development are done using it.

while Plan 9 still tends to think of itself as a research operating system, it's
certainly usable in production/commercial environments, and is quite stable -
perhaps moreso than many OSs that _do_ explicitly consider themselves
production quality.

nicely packaged Plan 9 sets - with the manuals and papers printed and nicely
bound and a CD with the distribution and various add-ons - are sold by Vita
Nuova, commercially.

the current license is much friendlier to commercial use than the 2nd edition
on (that is, it allows it at all). i can't figure out how to compare Plan 9's Open
Source license to the other Open Source licenses (cough*GPL*cough) in terms
of suitability for commercial use without risking a flame war.

there is not, however, industry support for Plan 9 the way there is for other
OSs, either in terms of hardware vendors explicitly supporting Plan 9 drivers
or providing such themselves, or in terms of commercial software vendors
writing for Plan 9. nor can you get Plan 9 pre-installed on a new PC (AFAIK).
-α.



^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: [9fans] commercial deployment
@ 2001-07-26 11:55 rob pike
  2001-07-26 13:23 ` Boyd Roberts
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: rob pike @ 2001-07-26 11:55 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 525 bytes --]

> hmm, right, the same way "priority inheritence protocols" (Sha et al.)
> for the priority inversion problem is "academic." :-]

An academic solution to an academic problem.  Ever notice that Plan 9
has process priorities that influence scheduling, but interrupts are
either on (spllo) or off (splhi)?  That simplification, which was a
step I took when I wrote the very first version of the kernel, fixed a
problem I didn't even know existed at the time.  Another blow struck
in the fight for simplicity.

-rob


[-- Attachment #2: Type: message/rfc822, Size: 1609 bytes --]

From: Ozan Yigit <oz@tiger.cs.yorku.ca>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] commercial deployment
Date: Thu, 26 Jul 2001 08:48:35 GMT
Message-ID: <ycdsnfkpxlu.fsf@tiger.cs.yorku.ca>


From: "Rick Hohensee" <humbubba@smarty.smart.net>
> Hmmmmmmmmmmmmmmm. Sounds academic.

hmm, right, the same way "priority inheritence protocols" (Sha et al.)
for the priority inversion problem is "academic." :-]

oz

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: [9fans] commercial deployment
@ 2001-07-21 17:32 bwc
  0 siblings, 0 replies; 20+ messages in thread
From: bwc @ 2001-07-21 17:32 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

Plan 9 was the host system while developing the PIX.
If the current license had been available in 1995 there would be
some small parts of Plan 9 code in the PIX.  The code structure
of the PIX is closer to the Oberon system than Plan 9.

  Brantley

[-- Attachment #2: Type: message/rfc822, Size: 2066 bytes --]

From: Steve Kilbane <steve@whitecrow.demon.co.uk>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] commercial deployment
Date: Sat, 21 Jul 2001 10:53:44 +0100
Message-ID: <200107210953.KAA06572@localhost.localdomain>

> I've used Plan 9 as a development platform since the 2nd Edition came
> out in 1995.  It was used to develope what is now the Cisco PIX Firewall
> and the Cisco LocalDirector load balancer.

do you mean that Plan 9 was the host system, while developing the PIX
as a target system, or that Plan 9 was the target system _in_ the PIX?

steve


^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: [9fans] commercial deployment
@ 2001-07-20 14:20 bwc
  2001-07-21  9:53 ` Steve Kilbane
  0 siblings, 1 reply; 20+ messages in thread
From: bwc @ 2001-07-20 14:20 UTC (permalink / raw)
  To: 9fans

I've used Plan 9 as a development platform since the 2nd Edition came
out in 1995.  It was used to develope what is now the Cisco PIX Firewall
and the Cisco LocalDirector load balancer.  I think they changed all that
to Sun's and GCC after I left Cisco.

I am currently using it in my company.  Besides being the rightful heir
to the timesharing crown having a direct linage to CTSS, it's the
most pleasant environment for an old Unix hacker to work in.

  Brantley


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [9fans] commercial deployment
@ 2001-07-19  8:24 Stephen King
  0 siblings, 0 replies; 20+ messages in thread
From: Stephen King @ 2001-07-19  8:24 UTC (permalink / raw)
  To: 9fans


I like plan9 philosophy very much (being something of a minimalist
myself) but I must ask (hoping it's not been asked a thousand times
before):

	Is there or will there ever be commercial/industrial deployment of
plan9?

I imagine distributed very-large-set processing as a viable commercial
application but will that ever really happen?

You opinion is welcomed, flames to /dev/null ...

--
"I think my life is fuller because I realize that I
don't know what I'm doing" - Richard Feynman, 1979.


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2001-07-26 15:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-19 19:28 [9fans] commercial deployment anothy
2001-07-19 20:36 ` Mike Haertel
2001-07-19 22:34   ` Fariborz 'Skip' Tavakkolian
2001-07-20  8:59   ` Alberto Nava
2001-07-20 16:47   ` Ozan Yigit
2001-07-20 21:52     ` Rick Hohensee
2001-07-24 11:34       ` Ozan Yigit
2001-07-25  1:40         ` Rick Hohensee
2001-07-25  3:52           ` Boyd Roberts
2001-07-25  8:10             ` [9fans] more lucent bad news - another 15,000 to 20,000 jobs to go Matt
2001-07-26  8:48           ` [9fans] commercial deployment Ozan Yigit
2001-07-20 21:56     ` Boyd Roberts
  -- strict thread matches above, loose matches on Subject: below --
2001-07-26 11:55 rob pike
2001-07-26 13:23 ` Boyd Roberts
2001-07-26 14:01 ` Rick Hohensee
2001-07-26 15:38 ` Ozan Yigit
2001-07-21 17:32 bwc
2001-07-20 14:20 bwc
2001-07-21  9:53 ` Steve Kilbane
2001-07-19  8:24 Stephen King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).