tuck@jason.cs.unc.edu (Russ Tuck) (07/05/89)
In article <264@pink.ACA.MCC.COM> rfg@pink.aca.mcc.com.UUCP (Ron Guilmette) writes: >From the vendors point of view, site licensing is just about the only >thing that can be enforced. From the purchaser's point of view, it >is the only way a big corporation can hope to be assured that they >will not be sued by the vendor because some bozo accidently made an >illicit copy of 1 tiny file into his home directory. If everyone at a site uses a program, site licensing is certainly the way to go. But if a few users at a large site need a program, it's often a poor solution. Either the users pay way too much (essentially paying for the right of many people to use it who won't use it), or they don't buy it (because they can't afford or justify the huge cost). This assumes a large price for a site license at a large site. If site licenses are affordable even for small groups at large sites, then the seller may be losing lots of potential revenue at large sites where everyone uses the software. A practical alternative (already used by a few applications) is to pay per simultaneous user (not per CPU, or per potential user). You pay for the right to use up to N copies at a time, and have a license server with N "keys" (maybe encrypted numbers obtained from the vendor at license purchase). When run, the application gets a key from the server, or exits if no keys are available. This lets license fees reflect the actual use (and presumably value) of the program. A few users at a large site can buy a few copies (keys) at an affordable price and use it on whichever machines are convenient. If the program becomes popular with other users, so all the keys are frequently in use, they can buy more keys or negotiate a site license as appropriate. To justify posting this to Comp.lang.c++, I'll add my application of these ideas to C++ 2.0. My site has a large pool (>100) of workstations, a larger pool of grad students, faculty, and staff. A growing subset of the people use C++. Most grad students (and some faculty and staff) do their work on workstations in semi-public labs -- this means they work on many different machines, often a different one every time. Though the $300/cpu educational license for C++ 2.0 may seem small compared to the $10K commercial price, for our 100+ machines it means $30K+ to license them all. Even though maybe 25% of the users use C++, we can't just license 25% of the machines. (There'd be a 75% chance that the machine that's free when I enter the lab doesn't have C++, so I can't do any work.) I think AT&T is hurting themselves and C++ by pricing it so high. Instead of everyone migrating quickly to 2.0, the new well-documented and supported standard language, many users will be forced to continue using 1.2 or to use GNU's g++. Since g++ has some of its own unique features, this means 3 different languages in use. This language fragmentation will slow C++'s adoption by users, software and hardware vendors, book publishers, ... It's the same kind of fragmentation that continues to plague UNIX. I think AT&T is shooting themselves (oh, well) and C++ (ouch!) in the foot. They would be wise to license C++ 2.0 very reasonably and get it widely adopted and firmly established. If they're patient, they'd even get larger profits by eventually raising prices modestly in a much larger market. --- Russ Tuck internet: tuck@cs.unc.edu Computer Science Dept., Sitterson Hall csnet: tuck@unc University of North Carolina uucp: ...!mcnc!unc!tuck Chapel Hill, NC 27599-3175, USA Phone: (919) 962-1755 or 962-1932
rfg@pink.ACA.MCC.COM (Ron Guilmette) (07/07/89)
In article <8723@thorin.cs.unc.edu> tuck@jason.UUCP (Russ Tuck) writes: >A practical alternative (already used by a few applications) is to pay >per simultaneous user (not per CPU, or per potential user). You pay for >the right to use up to N copies at a time, and have a license server with >N "keys" (maybe encrypted numbers obtained from the vendor at license >purchase). When run, the application gets a key from the server, or exits >if no keys are available. That seems reasonable. Let's see if AT&T will apply this idea to cfront 2.0. >I think AT&T is hurting themselves and C++ by pricing it so high. Instead >of everyone migrating quickly to 2.0, the new well-documented and supported >standard language, many users will be forced to continue using 1.2 or to >use GNU's g++. Since g++ has some of its own unique features, this means >3 different languages in use. This language fragmentation will slow C++'s >adoption by users, software and hardware vendors, book publishers, ... >It's the same kind of fragmentation that continues to plague UNIX. I fully agree that this fragmentation is bad for all users (but not necessarily for the vendors). I hope to do my part to help minimize this problem (see my test suite announcement). Regarding this issue, user's on the GNU tools should be aware of the -pedantic switch for GCC & G++ which is *supposed* to cause warnings for non-standard usage. This mostly work for GCC (although I have told Richard Stallman that I believe that ERROR rather than warnings are called for) but there is more work to be done on the G++ compiler before the -pedantic switch can be used as a means of filtering out GNU-specific extensions. >I think AT&T is shooting themselves (oh, well) and C++ (ouch!) in the foot. > >They would be wise to license C++ 2.0 very reasonably and get it widely >adopted and firmly established. If they're patient, they'd even get larger >profits by eventually raising prices modestly in a much larger market. I think that AT&T has correctly realized (unfortunately for us) that C++ will become widely adopted and firmly established no mater what they do (within limits). What other direction can all us C programmers go in? Is any C programmer going to switch to Ada? Not likely. The culture gap is too big and the goals of C vs. Ada are too different. -- // Ron Guilmette - MCC - Experimental Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg
paul@dialogic.UUCP (Paul Bennett) (07/07/89)
In article <272@pink.ACA.MCC.COM> rfg@pink.aca.mcc.com.UUCP (Ron Guilmette) writes: [ lines deleted ] >I think that AT&T has correctly realized (unfortunately for us) that C++ >will become widely adopted and firmly established no mater what they do >(within limits). What other direction can all us C programmers go in? >Is any C programmer going to switch to Ada? Not likely. The culture gap >is too big and the goals of C vs. Ada are too different. > I think you got it in one, Ron! AT&T know how to make money. Also, the way I see it is that their view is to let third parties do the porting and support for unpopular and "non-AT&T approved" architectures like the 386 :-). This is all well and good, but what do WE (i.e the people who want C++ 2.0 NOW !) do about it ? It seems we have but one choice - use G++. Now I am quite prepared to do this, I've used GNUemacs for a while and it's great, and I support the goals of the FSF - but I need a little help. Sure, I could figure out all the nitty-gritty that it takes to get the compiler to REALY work on my platform, but surely this is re-inventing the wheel. My point is, can we all come together, and use the net to colectively support G++ on a number of architectures ? RMS has always said that free software would generate an industry of support consultants - well, I'dlike to find some right now. It may be that this is already happening, and I'm missing it - if so, could someone PLEASE enlighten me!. I'd be interested to know what the FSF think about this - they seem to have been rather quiet. Also, I wonder if the range of machines/OS's is too great to do this effectively. I would guess that the main contenders are SUN and 386/System V (my appologies to all those offended by this - let me know what you are using). In summary, then, what I'm saying is: can we put an effective support service in place, that will allow us to use G++ commercially (i.e under deadlines) ? I'd really like to try and do this - C++ is very effective at reducing software costs, but ONLY if we have good tools and support for them. This posting is intended to provoke a discussion, and see if we can get someting to happen. -- Paul Bennett, Dialogic Corp. VOX: (201) 866-4319 x 194 EMAIL: paul@dialogic.UUCP (..!uunet!dialogic!paul) SNAIL: Dialogic Corp, 129 Littleton Road, Parsippany, NJ 07054 "A quote, a quote - my kingdom for a quote ..."
rfg@pink.ACA.MCC.COM (Ron Guilmette) (07/08/89)
In article <463@dialogic.UUCP> paul@dialogic.UUCP (Paul Bennett) writes: > >I think you got it in one, Ron! AT&T know how to make money. Also, the way >I see it is that their view is to let third parties do the porting and support >for unpopular and "non-AT&T approved" architectures like the 386 :-). Right. Third parties will do porting & support and only (re)sell BINARIES. I think that's the whole plan. Nothing wrong with that. End users may end up paying less. They just won't get the source anymore. Unfortunately, for some people (like me) that takes all the fun out of it. The people who pay the bills may disagree with this sentiment. :-) > >This is all well and good, but what do WE (i.e the people who want C++ 2.0 >NOW !) do about it ? It seems we have but one choice - use G++. Now I am quite >prepared to do this, I've used GNUemacs for a while and it's great, and I >support the goals of the FSF - but I need a little help. Sure, I could figure >out all the nitty-gritty that it takes to get the compiler to REALY work on my >platform, but surely this is re-inventing the wheel. My point is, can we all >come together, and use the net to colectively support G++ on a number of >architectures ? RMS has always said that free software would generate an >industry of support consultants - well, I'dlike to find some right now. Alright. I have two important points to make. First, the FSF distributes a directory of GNU consultants. That is a place that you could start your search. Second, at the risk of being accused of being crass and excessively commercial on the net (and at the risk of alienating my few friends at AT&T) I'd like to point out that my name is on the list I mentioned above. Today is my last day at MCC and I have no pending commitments for awhile. Please contact me privately for further details. By the way, (unless I am mistaken) I was the first one to ever get G++ running on SystemV. >It may be that this is already happening, and I'm missing it - if so, could >someone PLEASE enlighten me!. Consider yourself enlightened. >I'd be interested to know what the FSF think >about this - they seem to have been rather quiet. FSF would love to have lots of outside help (paid or otherwise) and they do *not* appear to get defensive about their "turf" when other people sell support for their code. Quite the opposite. Thus, the consultants directory. >Also, I wonder if the >range of machines/OS's is too great to do this effectively. Do what? If you want support for YOUR machine then that is only one machine. If you want EVERY machine that GCC has EVER been ported to to be fully SUPPORTED, that is another matter. >I would guess that >the main contenders are SUN and 386/System V (my appologies to all those >offended by this - let me know what you are using). >In summary, then, what I'm saying is: can we put an effective support service >in place, that will allow us to use G++ commercially (i.e under deadlines) ? This is just like asking if we can house *all* of the homeless people in this country. Of course we can! The only question now is who is going to pay for it? Welcome to Economics 101. >I'd really like to try and do this - C++ is very effective at reducing software >costs, but ONLY if we have good tools and support for them. This posting is >intended to provoke a discussion, and see if we can get someting to happen. Discussion has now been provoked. :-) -- // Ron Guilmette - MCC - Experimental Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg
jima@hplsla.HP.COM (Jim Adcock) (07/11/89)
Another approach, if you have anything near to a mainstream machine, is to lobby your vendor for g++ support. It seems silly and counterproductive for companies to have or have access to good, well ported copies of gnu stuff, and still force customers to figure out how to port/compile it on their machines. There should be good, easy ways for customers to get already ported amd compiled versions from vendors [including the source, of course :-] Anon ftp, for example.
hughes@ns.network.com (Jim Hughes x1676) (07/11/89)
In article <6590188@hplsla.HP.COM> jima@hplsla.HP.COM (Jim Adcock) writes: >Another approach, if you have anything near to a mainstream machine, is >to lobby your vendor for g++ support. It seems silly and counterproductive >for companies to have or have access to good, well ported copies of gnu >stuff, and still force customers to figure out how to port/compile it >on their machines. There should be good, easy ways for customers to >get already ported amd compiled versions from vendors [including the >source, of course :-] Anon ftp, for example. I would pay for that service (porting to my machine) especially if the source is still provided. Is that against copyleft? Jim hughes@network.com