Slashdot Mirror


Novell to Ship MySQL With NetWare 6

An anonymous reader writes "Coming close on the heels of their announcement that they've ported PostgreSQL to NetWare, Novell announced today that they will begin shipping MySQL with NetWare 6. Owing to customer and partner doubts about the GPL, Novell has chosen the commercial version of MySQL, rather than the GPL'ed version."

90 of 210 comments (clear)

  1. Shipping both? by mgkimsal2 · · Score: 4, Insightful

    Were they going to ship both, or only ship mysql, and have postgres as a 'supported' but not 'shipped' system?

    1. Re:Shipping both? by FreeLinux · · Score: 3, Informative

      It appears that they will be shipping MySQL as part of the OS distribution however, PostgreSQL is available as part of a separate Software Developer's Kit.

    2. Re:Shipping both? by ttfkam · · Score: 2

      Makes sense. If PostgreSQL were standard, no one would bother with their SDK. On the other hand, this guarantees that folks will be developing for the lowest common denominator. Oh well...

      Does the SDK cost anything? If not, I guess it works out. If it does, Novell just marginalized itself a bit more.

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
  2. No choice about the license. by feinorgh · · Score: 5, Informative

    Reading the license term for MySQL it seems pretty clear that Novell has no choice in choosing the license model. According to the terms at the MySQL page, MySQL is only GPL if the whole system is open sourced or GPL:ed. N'est ce pas?

    1. Re:No choice about the license. by WilliamX · · Score: 5, Interesting

      MySQL has always published incorrect information about it means for MySQL to be licensed under the GPL. Much of the text was from when it was published under the free-for-non-commercial use license. They keep this incorrect explanation to encourage people and companies to financially support the company's work.

      And while I applaud them seeking financial support, and hope companies who profit from MySQL do support the company and the product's development, their having that false explanation of the GPL licensing and what it means should be removed and replaced with a more honest licensing explanation.

    2. Re:No choice about the license. by mattc58 · · Score: 4, Interesting

      I can verify this post. I am an ISV with a product for MySQL. Their understanding of the licensing issues is confusing at best.

    3. Re:No choice about the license. by pmineiro · · Score: 5, Interesting

      Reading the license term for MySQL it seems pretty clear that Novell has no choice in choosing the license model. According to the terms at the MySQL page, MySQL is only GPL if the whole system is open sourced or GPL:ed. N'est ce pas?

      Actually this points to an important weakness in the GPL ... it only applies if you link against code.

      It is possible, for instance, to write your own mysql client library, which then communicates with the mysql server over a socket. Separate programs, no license infringements, so your code (with your special client library) can be closed source even if you use the mysql GPL license (and, when you distribute your complete product, be sure to include a copy of the mysql source).

      However, most people use (link against) the (GPL'd) mysql client library to talk to the mysql server, and that's what gets them.

      It is for this reason that I suspect mysql's protocol and client documentation is nonexistant. Contrast to the extensively documented PostgreSQL protocol and client libraries, which is a BSD license product. There is no incentive for the PostgreSQL guys to create impediments to custom engineered client libraries.

      -- p

    4. Re:No choice about the license. by WilliamX · · Score: 4, Informative

      The reasoning is somewhat inaccurate here. The mysql client library is LGPL, making it prefectly ok to link in non-GPL software.

      What gets people is that MySQL continues to describe the GPL licensing of MySQL in a false light, and as such creates a confusion among those who are not already knowledgable about the GPL.

      As I said in my earlier post, I understand the reason why they are doing it, they want to encourage purchase of commercial support licenses. But in doing so, they are making themselves look ridiculous, and should instead post an accurate explanation of the licensing.

      It's my opinion that MySQL AB never really wanted to open source their product, but did so under pressure from the community who regularly used its non-open source licensing as an attack against it. So this is their way of getting open sourced, but still trying to make people feel that they are obligated to purchase licenses that they are not obligated to do under the GPL license.

    5. Re:No choice about the license. by tshak · · Score: 2

      and hope companies who profit from MySQL do support the company and the product's development

      Why hope? Just charge them. I don't understand this. We talk about free (as in beer) software, and then we hope someone donates. It proves that software costs money to make, and that most software should be commercial. Why not write free (as in speech) software and charge for a commercial license to use the software.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    6. Re:No choice about the license. by WilliamX · · Score: 3, Insightful

      Because that is a contradiction. If the software is free, then you can't then turn around and try to control HOW it is used. The two requirements would be mutually exclusive.

      The fact is that software DOES cost money to produce, but that doesn't mean that the best way to profit from it is by selling it only as a commercial non-free product. I believe that MySQL does profit from its commercial support services, for those who need that service, or use it as a means of supporting the product. The problem I have is only that I feel that the licensing explantion is deliberately deceptive, and that it reflects poorly on them.

      It is not anything new there, it has been this way ever since they become GPL. The text describing the licensing is almost identical to the text describing their non-open source licensing prior to becoming GPL, except they replace non-commercial use with GPL in the text.

      If you want to release a product and require a commercial license to use it, then release it under that commercial license, but don't try to also claim that it is GPL, and that you can't use the GPL license if you are using it commercially. The GPL license allows no such exemption, nor should it.

    7. Re:No choice about the license. by zak_greant · · Score: 2, Informative

      Hrm. Nothing like responding to dead thread to drag out the hours of the night, but here goes... :)

      The MySQL 4 client library is GPL not LGPL.

      Regarding the licensing explanations, what is unclear about:

      "This is our licensing policy in brief: Our software is 100% GPL, and if yours too is 100% GPL (or OSI compliant), then you never have to pay us for the licences. In all other instances, you are better served by our commercial licence."
      -- http://mysql.com/support/arrangements.html

      As for never wanting to be Open Source, we have had an open license for non-Windows versions of the software from day one. For a period of time we did sell the Windows version of MySQL as shareware, but this opened up after we gained a bit more confidence and stability as a company.

      Of course, we want people to buy licenses, but we don't have to do a bait and switch to get them to do it. :)

      Your friendly neighborhood mysql evangelist...
      --zak

    8. Re:No choice about the license. by WilliamX · · Score: 2

      Because the "licensing policy" explanation contradicts the GPL.

      And no, you didn't have an "open license" you had a free license for non-commercial use. Under that old license, ISPs offering MySQL databases were required (though I'm sure most didn't) to purchase commercial licenses, as were many others that would not be required to once the product was GPL'ed. Open does not equal "limited free" in the licensing world.

      The Windows licensing was different, in that you didn't even offer a free for-non-commercial use version, and restricted it to purchased licenses only.

      And if it is true that they are changing the licensing policy on the MySQL client libraries for Version 4, and using the GPL instead of the LGPL for them, that is a huge step backward in my opinion, and will do more to push users to alternatives with more friendly licensings, such as PostgreSQL and Interbase/Firebird.

    9. Re:No choice about the license. by WilliamX · · Score: 2
      Where does it contradict the GPL? We explictly state in the first sentence that GPL compliant software can use MySQL for no cost.

      Because the GPL CONTAINS NO SUCH RESTRICTION!

      The GPL also places no restriction on the distribution of the GPL Software in combination with other non-GPL products, but your "licensing explanation" continues to try to protray the GPL as meaning that.

      Quite seriously, if your knowledge level of open source licensing is typical of that at MySQL AB, then I understand why this contradiction has existed for so long, and you all need to get someone in to explain it to you.

      I am available for that task if needed.

      I do know that a change in the client lib licensing in 4.x from LGPL to GPL will be the first thing to seriously motivate me to switch to Interbase/Firebird or PostgreSQL.

      Had they left it LGPL, and thus seriously encouraged its commercial use, they would have a FAR greater community using it from which to pull support, financial and otherwise. Moving to the GPL only for the MySQL client lib will be the first step in the end of commercial products using and supporting MySQL as a database option. As a developer of commercial software that supports MySQL databases (as well as other DB backends), I know that I will cease support of MySQL except for the 3.xx version.

      As for the ISP, the "free license" was supplemented by additional restrictions, including a detailed document on when the party would be REQUIRED to purchase a commercial license. ISPs providing MySQL preinstalled for access by their hosting customers was one of those exceptions listed in that document.

    10. Re:No choice about the license. by WilliamX · · Score: 2

      Sorry, but you are wrong. In the DEVEL release of MySQL 4.xx the client lib is GPL, in the 3.xx version, which is still the version in wide use except for those willing to use pre-release software in production environments, the client lib is LGPL.

      You might want to make sure you are right before telling others they are inaccurate.

      From the manual for Mysql 3.23.53a, the latest version:

      • A license is *NOT* required if:
      • - You do not need a license to include the client code in commercial programs. The client part of MySQL licensed with the LGPL `GNU Library General Public License'. The `mysql' command-line client includes code from the `readline' library that is under the `GPL'.

      The rest of this is to the MySQL AB rep who posted earlier, I found the text I was referring to in a local copy of MySQL 3.22 (pre-GPL days, and I'm including it here:

      • * A license is required if: - You sell the *MySQL* server directly or as a part of another product or service - You charge for installing and maintaining a *MySQL* server at some client site - You include *MySQL* in a distribution that is non redistributable and you charge for some part of that distribution

      On the website then was an explanation of the "You sell the *MySQL* server directly or as a part of another product or service" specifically mentioned that web hosts who bundled MySQL database access with hosting accounts had to buy a commercial license per CPU in this case. The only exception was if the hosting client installed MySQL themselves, and therefore MySQL was not a part of the bundled service, and in fact that line in the licensing would mean webhosts would be required to buy a license.

      The client code was public domain then, and this is one of the key reasons why MySQL was adopted by commercial software developers and why MySQL support was built into so many commercial software programs. Alas, they are now shooting themselves in the foot in the 4.xx versions.

    11. Re:No choice about the license. by tshak · · Score: 2

      I'm sorry this is off-topic, I was already heading this direction. But I have never (I'm a developer with 6+ years in the field) needed support on any of my software with exception of Allaire's Cold Fusion Application Server. The support I recieved for that was never charged because they all ended up being bugs on their end (the early 3.x days of CF were pretty bad). However, for Access 97, MSSQL 7, MSSQL2000, WinNT3.51, NT4.0 (SP1-6) 2K (SP1-2, Desktop, Server, Enterprise), Visual Studio (6,.NET), ASP (2.x, 3.x, .NET), PHP (4.x), Perl (5.x), RH Linux (7,8), and Apache (even on Windows at one point!) I have never once needed or paid for services or support. However, I've paid nice licensing fees to MS for their software, but the creators of the OSS software essentially invested into our IT department for free. I guess I just don't understand why you'd want to give something of monetary value to a business for free. I can understand if it's for individuals (the community), non profit orgs, and educational institutions (which should be the underwriters of OSS IMHO), but not for businesses.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    12. Re:No choice about the license. by WilliamX · · Score: 2

      I guess I just don't understand why you'd want to give something of monetary value to a business for free

      Because you want to support the continued development of the software, because you know your company will only continue to benefit by the additional time and investment that company will be able to make in the on going development, enhancement, and bug fixing that the product will undergo as a result. I could go on and on and on, but the bottom line is that it just makes sense to do so, and it is the ethical thing to do, as well as the financially sound thing to do.

    13. Re:No choice about the license. by WilliamX · · Score: 2

      Our software is 100% GPL licensed, and if your use of it is 100% GPL (or OSI) license compliant, then you may use it without a fee. In all other instances, you are better served by our commercial licence.

      But that is not what the company is saying on that webpage, and that is not the impression that are trying to give.

      This has been an issue with MySQL AB for a long time, and I'm far from the first person to point it out to them, and the exchanges I know of illustrate either a complete lack of understanding of the GPL, or an intentional attempt to present a false impression in order to drive people to purchase commercial licenses.

      As I said, all I am saying is that the explanation of the licensing needs to be more honest and more direct about the facts, rather than being an attempt to make people feel like they should/must purchase a commercial license.

    14. Re:No choice about the license. by WilliamX · · Score: 2

      I think they would be a very positive step in that direction.

      That said, I still think that the page in question would still be intentionally confusing on the subject.

      I will be out of town the rest of the day at a client location 50 miles north of here, but perhaps when I get back, I can draw up a brief example of what I think would serve both intellectual honesty about the GPL, and the obvious, and lauduable effort to encourage users to purchase commercial support and licenses for non-GPL compliant use. I haven't done so until now, because, quite frankly, this is the first time someone from MySQL has ever shown an interest in maybe addressing this contradiction.

    15. Re:No choice about the license. by tshak · · Score: 2

      Because you want to support the continued development of the software, because you know your company will only continue to benefit by the additional time and investment

      But this is completely utopian! My company notices that your company, plus a bunch of nerds are already putting enough time and investment into it. For example - my company as never and will never invest in any open source project. Yet, Apache, Perl, and Linux are going to continue to grow successfully. Why should I drop a dime for it when I don't have to? Because it's nice?

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    16. Re:No choice about the license. by WilliamX · · Score: 2

      Might want to check the online documentation a little deeper, and find out the truth, rather than making false statements and thinking you are being witty.

  3. What version? by mgkimsal2 · · Score: 5, Interesting

    It says it'll ship in 2003, but a beta is available.

    WHEN will MySQL 4 get out of 'development' and into 'stable'? The infoworld article was already mentioning MySQL 5, but 4 is still alpha/beta, not 'production', and the 3.23 series seems to be progressing still.

    1. Re:What version? by mgkimsal2 · · Score: 5, Interesting

      If the developers won't give it the label 'stable', then it's not worth it. Funny, they think it's good enough to win head-to-head competitions via eweek against big db players, but they don't have enough confidence to label it 'stable'. Seems a bit hypocritical. What would the outcry be if MS 'won' benchmarks with 'alpha' software?

    2. Re:What version? by scott1853 · · Score: 5, Funny


      I don't know why they could be so far behind schedule, they hired John Romero and the project manager for Falcon 4 to help keep them on track. What could have happened?

    3. Re:What version? by io333 · · Score: 3, Interesting

      I've never seen this said before, though I suppose it has been:

      In my experience, a program that runs under a Microsoft OS is usually into version 3.x or 4.x until it is anything that could actually be called "stable." And by stable, what comes to mind are programs that don't crash unexpectedly and do what they are actually supposed to do.

      Examples under windows of programs that were not really "stable" under at least version 4 are:

      Internet Explorer
      Microsoft Word
      Microsoft Windows
      WordPerfect
      Eudora
      Lotus123
      CoolEdit ... the list is nearly endless.

      On the other hand, under Linux, I've used software called "beta", and less than version 1.x (heck, sometimes it's like version 0.1alpha) that is just as solid and functional as a 6.x or 7.x version of something in the Microsoft world.

      Examples are:
      Komba
      Mozilla
      bbweather
      WindowMaker
      flux box
      mplayer
      xine.... again the list is nearly endless.

      I'm not quite sure what the philosophy is here except to kind of thumb noses at Winsoftware windows versions and commercial software marketing BS in general... but fact is that I'd trust a 0.3 beta version of some linux program just as much as I'd trust a release verison 9.x of anything under Windows.

      But then I wonder if this hurts Linux when it comes to getting JoeAverage to run LinSoftware:

      Isn't Joe gonna think that version 6 of Internet Explorer might be better than version 1 of Mozilla?

    4. Re:What version? by be-fan · · Score: 2

      Well that's the problem! They're using game devleopers to manage a database project! Will MySQL 4.0 outdo Excel and ship with a First Person Shooter easter egg?

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:What version? by be-fan · · Score: 2

      Don't forget KDE 3.x beta. I've been running it for weeks, and the only crashes I've had are related to the Qt 3.1 beta I'm running under it. (Specifically, some semantics changed that Konqueror doesn't like, and even then it only crashes when closing the program!)

      --
      A deep unwavering belief is a sure sign you're missing something...
    6. Re:What version? by colenski · · Score: 2, Informative

      Good point - this is a marketing issue. Really, if you guys go to Fry's or Best Buy or whatever and you saw "Rip and mix CD v .98 beta" next to "Rip and mix CD 2.5" which one are you going to buy? Microsofties in da house (and I know there are more than a few, like me, who read /.) remember that MS stirred up some controversy when NT was released in '93 - they have it the version number 3.1 when it was actually 1.0 - the official MS line was that it was in keeping with the nomenclature of Windows 3.1 - of course, we know total B.S. but again, if you are MIS or PHB for a Fortune 1000 and Microsoft wants you to switch to version 1.0 of a new OS, are you gonna feel better if there's an ominous version number of "1.0 build 2192" or nice fuzzy "3.1 build 2192"??

      Makes me laugh about this "New AOL 8.0 vs New MSN 8.0" crap - is it a full point upgrade (nope) or is it just Marketing getting freaked out because someone else is shipping something that says 8.0 - life imitates Dilbert more and more every day.

    7. Re:What version? by scott1853 · · Score: 2

      Will MySQL 4.0 outdo Excel and ship with a First Person Shooter easter egg?


      That's the problem. I hear the easter egg is going to be Daikatana. Apparently Romero is desperate to get somebody to install it.

    8. Re:What version? by ttfkam · · Score: 2

      And by that time, PostgreSQL 7.3 will be out of beta. Maybe even Linux kernel version 3.0!

      If all goes as planned, MySQL 5 will be stable by 2007.

      *sigh*

      What would this world be like if software reviewers reviewed actual, released software for a change instead of all of these developer wishlists that may (or most likely not) get released sometime in the future?

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
    9. Re:What version? by drinkypoo · · Score: 2

      They (the developers) are all playing betas of Duke Nukem Forever.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  4. A question from the ignorant by nugneant · · Score: 2, Troll

    This does seem like a pretty big blow to GPL in general - but I figured if anyone would know of good alternatives to Netware, it'd be the dudes at /. - so, honestly - is this the beginning of the end for GPL, or will Novell "correct" their "mistake" (both in quotations, as I don't think I know enough about the behind-the-scenes detail to make a subjective decision like that) with a future update?

    1. Re:A question from the ignorant by mmacdona86 · · Score: 5, Insightful

      This is not really a big issue one way or the other for the GPL. MySQL is available with a GPL license, for use in GPL applications, or with a different license for non-GPL applications. Novell thought that some of their customers might want to build a non-GPL applications with MySQL and Netware, so they gave them that option by supplying the non-GPL license for MySQL. I mean, this makes sense; I would think that adding MySQL with the GPL license to Netware isn't much of a value add.

  5. So what's new (and a Novell is dying troll, too) by swb · · Score: 5, Interesting

    I loved Netware 4.11 and think that NDS even then is better than the next two iterations of Active Directory could hope to be.

    However, Novell has been doing this "Me too!!!!" thing with bundling stuff for years. Perl, the whole Netscape server, some IBM web thing, etc and it means nothing.

    I hate to agree with the trolls, but Novell is dying. There was even an article in the WSJ last Friday about companies trading *below* their hard asset valus, and guess who was on it? Novell was! The Wall Street logic apparently was that trading below asset value was the sign that you were a dead duck and that investors not only didn't think you would do well now, but thought you'd likely go bankrupt, too.

  6. Novell needs better marketing by Charlton+Heston · · Score: 5, Insightful

    I dislike marketers as much as any programmer, or for that matter, anyone who's had their dinner interrupted by a phone call. But Novell needs better marketing in general. They've got really neat technology, but nobody knows about it. I think that if Novell discovered cold fusion they wouldn't tell anyone. The most they'd do is but a little paper sign on the door of the laboratory saying "cold fusion inside - don't tell anyone."

    So, without the proper marketing, I doubt anyone will ever discover that Novell can be a web services platform, or that there's a built-in database that's ready to use.

    --
    Get your stinking paws off me you damn dirty ape
  7. In Related News: by Anonymous Coward · · Score: 3, Funny

    Microsoft announced that Cardfile would be bundled in their next version of Windows.

  8. Here it is. by FreeLinux · · Score: 4, Interesting

    Here is Novell's press release on the matter. (man their new web site sucks) It appears that earlier reports of PostgreSQL were inaccurate.

    Now, what the press release doesn't say is if Novell plans to remove Pervasive/BTrieve from Netware. Netware has always been deeply steeped in Btrieve (an abomination, in my opinion). Indeed Netware 3 through 6 even use BTrieve for the TCP/IP stack. I can't imagine why but, they do.

    1. Re:Here it is. by ghjm · · Score: 2

      I have not used Netware 5 or 6, but I have certainly done installs of Netware 3 and 4 that did not require btrieve. I think under Netware 3 the documentation (folio) system might have used btrieve, so you got it automatically if you installed any package that contained documentation (including TCP/IP). But btrieve is certainly not required for the actual TCP/IP stack.

    2. Re:Here it is. by FreeLinux · · Score: 2

      Better check again. Try typing unload btrieve and see all the errors about; Must unload TCP/IP first, must unload IPX/SPX first.

      Additionally, BTrieve is also used for the Installed Products databse. On Netware 4.11 load install.nlm and the change back to the console to see the BTrieve already loaded messages. INETCFG too. Also, look for a module called NWMKDE (NetWare MicroKernel Database Engine), I can't remember for sure if 4.11 has this but, it is another name for BTrieve.

    3. Re:Here it is. by ttfkam · · Score: 3, Informative

      Information has to be held somewhere; why not a database? The common misconception is that Btrieve and MySQL (or other relational databases) are equivalents. They are not. Btrieve is closer in concept to BerkeleyDB and variants.

      Apples and oranges. And the network data has to be stored somewhere.

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
  9. Why is this a blow to the GPL? by Mustang+Matt · · Score: 2

    Did I miss something?

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  10. This is neat-o keen, but. by Asprin · · Score: 3, Interesting


    This is neat-o keen, but exactly how does this convince people who are running NT or Linux servers (and who therefore can *already* get MySQL for free) to go with NetWare?

    If I were Novell, I'd be more interested in developing a Samba-style SMB server NLM to try to replace NT file and print servers -- look in any current virus catalog under "Klez" for more details...

    --
    "Lawyers are for sucks."
    - Doug McKenzie
    1. Re:This is neat-o keen, but. by eMilkshake · · Score: 5, Interesting
      NetWare 6.0 comes with Native File Access, and it's available for NetWare 5.1. It supplies CIFS/AFP/NFS access to NetWare servers.

      As much as I used to agree with those who sound the "better product" drum, as a former Novell sysadmin (primary NDS admin for a state university and developer of a YES approved NLM), Novell has lost it. They have too much development in Bangalore (yes, I have participated in a conference call with Bangalore engineers, and yes, they did speak English well, but didn't quite get some concepts on failover I was trying to explain as required) and too much turnover among developer staff. Couple that with a core kernel that's too small to extend (flaws in the kernel prevented effective multi-CPU work are documented on their developer site -- look for NKS) and you have a lean, mean server OS that rocks on a 486, but looks as out of place today as big hair and belts over large sweaters.

    2. Re:This is neat-o keen, but. by eGuy · · Score: 2, Informative

      As far as a samba server, NetWare 6 also bundles what they call Native File Access Pack. It makes your server appear as a Windows server(CIFS) to windows clients, Mac(AppleTalk) to Mac client or Unix(NFS) to Unix clients. It's also a free download for NetWare 5.

    3. Re:This is neat-o keen, but. by kelzer · · Score: 3, Insightful

      If I were Novell, I'd be more interested in developing a Samba-style SMB server NLM to try to replace NT file and print servers

      I've heard a lot of people making that suggestion, including members of the Samba team. The problem is that NetWare's file services are superior to NT's, so Novell isn't so anxious to emulate an NT server.

      For example, NetWare has their "salvage" capability, in which deleted files can be restored. It's so powerful that it's been called "poor man's version control." Note for those who are security consious: the deleted files keep the same ACL they had before deletion, so they are never recoverable by somebody who didn't have rights to read them before they were deleted. Furthermore, individual files can be flagged as "purge immediate", and directories can be as well. Finally, the entire feature can be disabled.

      Another advantage of NetWare file services is inherited rights, and the inherited rights filter. "Inherited rights" means that if you have a 50 GB disk that's got 175,000 files on it, and you want to grant one person read-rights to every file on the disk, you just grant them the read-right to the root, and you're done. Unlike NT, you don't have to wait 15 minutes for the rights to propagate through the entire filesystem. And if there's a branch of the directory tree that you don't ever want rights to flow into, you can add an inherited rights filter to prevent this from happening.

      NetWare drivers also tend to be much more intelligent when copying files across the network. With NT, if you open up a folder that's on a server across the WAN, and copy a bunch of files to another folder on the same server, NT tends to pull the files across the WAN to your workstation, then send them back to the original server. Novell's been aware of and avoided this issue since the mid 1980's, when they first built NCOPY.EXE to avoid the problem in DOS.

      If they implemented Samba, they'd lose some of their perceived technical advantage over NT, and they can't really afford to lose what little advantage they have.
      --

      ---------------------------------------------
      SERENITY NOW!!!!!!!!!!!!!!!!
  11. I'm really surprised... by FreeLinux · · Score: 4, Funny

    I'm surprised that GNU/RMS hasn't rallied the GNU/FSF and explained the GNU/GPL to them.

    1. Re:I'm really surprised... by Anonymous Coward · · Score: 5, Funny
      No, not GNU/RMS, but RMS/GNU, since it's obvious that there would be no GNU without RMS. Hence RMS/GNU :-)

      (for the humor impaired, it's just a joke)

    2. Re:I'm really surprised... by nizo · · Score: 2

      Wow, and what suprised me most was the fact that Novell still exists and is shipping software. Perhaps this article of doom fits into the same category as the "BSD is dead" articles?

  12. Perhaps a new name: Improvell by laetus · · Score: 2

    Sorry to say (and this is not a flame) but the name Novell brings up connotations of losses in the server OS market, losses in the office suite market, etc. Too bad MySQL will now be associated with it.

    Maybe you're right, they need better marketing. And I'll start with the suggestion of a name change. Call it: Improvell!

    --

    "We're sorry, but the website you're trying to reach has been disconnected."
    1. Re:Perhaps a new name: Improvell by warpSpeed · · Score: 2
      Sorry to say (and this is not a flame) but the name Novell brings up connotations of losses in the server OS market, losses in the office suite market, etc. Too bad MySQL will now be associated with it.

      I guess that depends on your view of MySQL...

      I, for one, do not see this as a problem. Yeah the database is not too bad, but the lack of a clear license is a huge draw back. No thinks, I'll take the truly free alternative.

  13. It's not marketing by jACL · · Score: 2

    Oh, sure, they don't have flashy David Bowie television commercials, etc., but they do a decent amount of marketing. The problem isn't marketing -- the problem is lack of developers.

    A couple of years ago, Novell held a developer contest for the best product integrated with NDS. This was at the height of the dotcom boom. The best integrated application award went to a contextless login client extension -- something to make their file system client work better. This was the best showing?

    Novell needs developers. They've recently been trying to fix this -- they purchased Silverstream Software to add Java development and business logic to their directory service. Their DirXML and Account Management products are expected to benefit the most from it. Hopefully someone will notice...

    --
    "It remains to be seen if the human brain is powerful enough to solve the problems it has created." Dr. Richard Wallace
  14. Re:So what's new (and a Novell is dying troll, too by FreeLinux · · Score: 2

    These financial results show that although Novell is trading below their values, as you said, they are still strong and perhaps on the road to recovery.

    People have cried the Novell is dead/dying mantra since the release of NT 4.0 yet, their still plugging along. Don't count them dead yet.

  15. What IS Novell?? by xtremex · · Score: 2, Interesting

    I remember needing DOS to install Netware, and it just added networking to DOS apps, etc.
    Now, why would somebody use Novell now? Is it a REAL OS? Does it still need DOS/Windows to run? What am I gaining/losing by using Novell instead of a *NIX?

    --
    If you're not a Liberal in your 20's, then you have no heart.If you're still a Liberal in your 30's you have no brain.
    1. Re:What IS Novell?? by Magorak · · Score: 4, Informative

      Novell has been around a long time and will continue to be around a long time regardless of what any Linux/NT/200 people may think.

      The company I work for is a pure Novell shop. We run Groupwise for our email, and plenty of other Novell products and we do extremely well. In fact, Novell even powers our web presence. We will be upgrading from Netware 5 to Netware 6 this year.

      It IS a real OS. Standalone server sits in my server room and runs all of it's apps very well. It's a hell of a lot more stable than any 2K/NT box and in many ways, just as stable as a Unix box. I won't say better, but I will say it does a good job.

      I hate it when people say that Novell is dead and dying. They've been around a long time and they are still around because they always make a decent product and require very little maintenance, unlike the MS OSes out there.

      --
      No matter how fast computers get, you'll always be waiting - Matt Klem
    2. Re:What IS Novell?? by krammit · · Score: 4, Informative

      Netware in its current incarnation is a top notch server OS. It's got one of, if not the best LDAP implementations available (NDS, eDirectory) that offers integration with all of its products for very easy administration. (Groupwise is an excellent Exchange replacement, minus the constant virus problems). Once its setup, that's it. It does not require constant attention like other server OSes *cough*. It does still load on top of DOS (for reasons I can't understand) but it is in no way a DOS based OS. In fact, it seems to have borrowed quite a bit from Unix in versions 5 and 6.

      What you gain: dead easy file/print administration, extensible LDAP framework built right in, excellent reliablity/stability, can be easily (if you read the documentation) performance tuned

      What you lose: application support and expensive licensing.

      For small to mid size businesses, you could do better with a WinNT or *nix solution, but for large enterprises with massively distributed networks, Netware is an excellent way to go.

      --
      "Watch your cornhole, bud."
    3. Re:What IS Novell?? by T-Ranger · · Score: 2
      As for loading on top of DOS, the reasons now are somewhat historical, but there were very good reasons at the time. I suppose from way, way, way back its because Netware started on non-Intell machines and the little DOS wedge gave Netware a chance to work quickly with PC BIOSes.

      From at least as far back as NW 3.x you should think of DOS as a cross beteween, ie, Sun BootProms, and LILO.

    4. Re:What IS Novell?? by Jim+Norton · · Score: 2

      Except for the fact that it DOESN'T actually run on DOS. That's just like saying someone who boots Linux using Loadlin runs Linux on DOS...

      --
      -- Jim
    5. Re:What IS Novell?? by stinky+wizzleteats · · Score: 2

      Novell is not a real OS, but DOS has nothing to do with that fact. Novell is an answer to a question which is no longer being asked. Novell is the best file server system that has ever been created. Period. It is a secure, stable, high performance file server. The user administration features under NDS exceed any modern definition of the word "scalable", and its reliability is legendary.

      As I mentioned, however, no one wants a file server anymore. File servers are commodity items, in the form of Win2k servers in closets, and the core of an enterprise network these days is not the file servers, but the application servers. This is where *nix (the only real operating system(s) in existence) and windows (a brightly colored omnibus driving off a cliff) have taken over.

      Novell's good if you have an enormous need for enterprise wide file services. Just don't try to print (at least with NDPS), and for God's sake, don't do anything while Console One is loading. And no "cons" discussion related to Novell would be complete without mentioning the seething hell that is NLS or SLP problems. But, if you need enterprise wide file services, it's because you've implemented enterprise wide applications which run on desktops via shared database files, which means you have much bigger problems that anything I've described here.

      It was a good idea, and I hope the NDS concept takes hold elsewhere (so far it hasn't - AD is not a directory), but all in all, Novell is irrelevant. That is why I put down my CNE and picked up Linux.

      Novell, if you're reading this and wondering how and when you lost it, I just want to say it WAS the case 87 NCP fiasco. Well, okay, and the fact that I couldn't request Pink Floyd's "Time" while on hold with Novell Support Connection Radio. May your death be prolonged and gentle, may you fade quietly away into a copyright holding company who makes good money with the occaisonal lawsuit, and, long after Brainshare is no more, know that I will show up every so often in the Spring to raise a Wasatch brew to the glory that was Novell.

    6. Re:What IS Novell?? by haggar · · Score: 2

      NetWare uses DOS just as a bootloader. It has nothing to do with DOS. In fact, NetWare is a scalable multiprocessor, memory protected OS. It has as much to do with DOS as Linux has with LILO.

      --
      Sigged!
  16. Look at Netware 6 by FreeLinux · · Score: 5, Informative

    I were Novell, I'd be more interested in developing a Samba-style SMB server NLM to try to replace NT file and print servers

    Netware 6 already has this. I forget their name for it but, it goes under the guise of Any Client or some such. With this feature, Microsoft clients can connect to the Netware 6 servers without the previously required Novell client. The Netware 6 server looks to the client, like a NT server. Netware 6 also supports an NFS like export that allows *nix clients to also connect natively, without the use of Novell client software.

    Netware 6 has a lot of really powerful features. What's more, I think that Linuxers would like it because it has a similar feel, even if the commands are different. Hell, it even runs Xwindows with the IceWM.

  17. Re:So what's new (and a Novell is dying troll, too by Tablizer · · Score: 3, Insightful

    (* People have cried the Novell is dead/dying mantra since the release of NT 4.0 yet, their still plugging along. Don't count them dead yet. *)

    Novell is the Apple of Networking. (Well, except for their esthetically ugly screens.)

    Too many companies rely on them. Their cash cow may shrink, but will probably never die any more than 360-based mainframes will. At worse, another company will purchase them (IBM? Computer Associates? Some European tech company?)

    If Wall Street hates Novell that much, then perhaps I'll purchase some stock...........wait, I have no money for stock purchases due to the last stock poppage and sour tech econ. Bummer.

  18. Re:What version? free software vs. commercial soft by d3xt3r · · Score: 5, Insightful
    Here lies the differentiation between free software and commercial software. Free software isn't release or production quality until the software developers feel that it is 100% stable. Commercial software is production quanity when the big boss says it's time to make more money with another release.

    For example, Win2K was released with 100,000 known bugs. Apache Software Foundation was running their website w/Apache 2.0 beta for over a year before the code went "gold". This is the fundamental difference. Just b/c Microsoft calls it SQL Server 2000 doesn't mean it's gold code.

  19. MacOS X 10.2 Server ships with MySQL too by didiken · · Score: 3, Informative

    Hey by the way, MacOS X 10.2 Server ships with MySQL too !

  20. This is because Oracle for Netware is gone? by kirkb · · Score: 5, Insightful

    For years, Novell Netware included a copy of Oracle. Didn't Oracle recently announce that they aren't porting to Netware anymore? That's probably the only reason that Novell has moved to support MySQL and PostgreSQL.

    --
    Slashdot: come for the pedantry, stay for the condescension.
  21. Or a reforming troll. by Soko · · Score: 3, Insightful

    Actually, let me make an educated guess here.

    I think they've seen the writing in the wall as far as NetWare goes, and are thinking of taking the best parts of it and porting those parts to Linux. This story on E-Week shows that they've re-organised thier engineering units to make a "Cross Platform" group with Linux as a specific target. MySQL on NetWare may be the first step in a wholesale change at Novell.

    If they can pulll this off, they'll survive - quit nicely too, I think. Dunno if I'd mortgage the house to buy thier stock, but they seem a survivor in the IT world.

    Soko

    --
    "Depression is merely anger without enthusiasm." - Anonymous
  22. Re:So what's new (and a Novell is dying troll, too by afidel · · Score: 2

    Novell's single sign on may be their saving grace. Their OS business is on hot idle and has been for almost a half decade. They don't have much hope of being a large ecomerce/.net framework type player and their is no compelling reason for people who are not already Novell customers to take up the platform so where do they go from here? Maybe they have a future as a convenienve/IT streamlining application vendor but other than that I don't see where to company is headed and neither can the market.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  23. Re:So what's new (and a Novell is dying troll, too by alistair · · Score: 5, Interesting
    One of the main problems Novell have is that the market, and customers to a large extent, always associate them with Netware, which most corporation are activly retiring.

    Yet if you look at their full product range they have products such as;
    • Zenworks, probably the best NT / 2000 Desktop managememnt and application installer out there.
    • DirXML - A fantastic meta directory product which has been fully based on XML and XSLT since long before they were fashionable.
    • eDirectory - A fully featured and very capable multi-master directory which runs on NT, Solaris and Linux and knocks AD into a crooked hat yet is fully LDAP complient (more so in many ways than Netscape / Sun's Directory Server).
    • A very nice suite of WEb Services products they recently aquired from Silverstream.

    I could go on but the message is clear, the company is packed with good products which it doesn't know how to sell.

    Last year I ran an evaluation of all the Meta Directory software out there and DirXML was the clear winner. We bought it and are very happy with it's performance, it certainly should be looked at by anyone who has looked at the Sun ONE or Siemens "equivelents".

    My advice to Novell would be that they need to spin off the Netware business to continue developing this and keeping their many millions of existing users happy. The remainder of the business should then be refocused as a Directory Services company. They already almost give away eDirectory, they should make this more official and then when organisations are hooked sell them all the value add products which integrate so nicely with this.
    This would also be welcomed by all the organisations who are concerned about Active Directory's single platform nature and the high cost of the Sun ONE Directory and their on|off support for Linux, which Novell have always been very committed too.
  24. Re:So what's new (and a Novell is dying troll, too by erth64net · · Score: 3, Informative

    This is just a me-too tatic by Novell. Many of Novell's previous me-too's have fallen by the wayside as well. One exception at present is Perl.

    NetWare ships with Perl 5.00307, an almost useless and stripped down old version (released October 1996 by the Perl folks, and released November 2000 by the NetWare folks) - where you cannot compile your own Modules without a Windows NT machine (95/98 will not be sufficent) Microsoft Visual C 4.2 or later, a CodeWarrior compiler and linker, the "NetWare SDK", "NLM & NetWare Libraries for C" and "NetWare Server Protocol Libraries for C".

    To put it as breifly as possible; Perl for NetWare is poorly supported, and does not support basic things such as fork(), chown, syscall, chroot, alarm, and about 20 other functions that are standard with a real, and current Network Operating System (ie: Unix based systems, and to a lesser extent, Win32 systems).

    MySQL users on NetWare will very likely fall into the same unsupported trap... History speaks for itself, beware!

  25. This is an odd thing... by circusnews · · Score: 2, Insightful

    There are some very good reasons to use Novell, and there are some very good reasons not to use it, but the availability of MySQL as a reason either way just seems odd.

    There is (and has been for a while now) a MySQL NLM for Netware that is under the GPL (sorry, I can't find the URL at the moment) and I recall seeing a PostgreSQL NLM on a 4.11 server a while back as well. While I applaud Novell for adding MySQL as a part of there base package, as it adds some additional out-of-the-box functionality, I don't see this making a dent in there slow decline.

    Now, Novell does have some VERY interesting tech, but they don't sell it well, they never have. Lets take GroupWise as an example. It could be an Outlook Killer. It has just about all of the features of Outlook (and Exchange), and in many a better product. However, they don't push it, and they don't encourage people to try new things with it. I would LOVE to see them take a really bold step and release a version of that in the same way Sun did Star Office (OK, like Sun but without all the associated problems...). OOo plus Groupwise plus an easy to use SQL database front end would be a real alternitive to M$. It would also shine a bright light on Novell for a long time, one that could then be used to help them grow again if they played their cards right.

  26. Re:So what's new (and a Novell is dying troll, too by swb · · Score: 3, Interesting

    I think that the info tech world, except for a few places, has largely written them off the same way that Banyan was written off. Wasn't Vines/Streetalk lightyears ahead of anything else at the time?

    Novell may have a barely positive operational cash flow (sales revnue - sales cost), but I'd almost bet that they have an overall negative cashflow, especially considering their investment holdings are probably taking a pounding.

    I seriously doubt that there will be a Netware 7.

    *I* think they should have ported the Netware file/print system to other OSs. Clearly Netware-the-OS tanked when the Internet got hot and people wanted a general purpose OS to run arbitrary server apps (db, web, ftp, mail, etc etc) on. Netware as an OS failed miserably (we tried!) to do those 'other' tasks well, so people bought NT/Unix.

    They they found that NT/Unix did file sharing "good enough" and stopped buying Netware. Pretty much end of story.

    Novell also fucked over Mac users with NW5, which is why we're on 2k. As awful as it can be, its better than what Novell had at the time for Mac support.

  27. Re:A comparison by randomErr · · Score: 2

    Okay, we have 1.

    --
    You say things that offend me and I can deal with it. Can you?
  28. MyRealBox by Ratbert42 · · Score: 2

    Novell also offers a free email & directory service, MyRealBox, as a combination marketing and testing platform.

  29. Check Out Novell Connection by foo+fighter · · Score: 3, Informative

    Novell Connection magazine is really an excellant rag. http://www.nwconnection.com/

    It's short, which means you can find time to read the whole thing each month.

    It has informative articles about Novell products, not lame marketing-written crap. It's worth keeping up on what Novell is doing because most of their products are truly kick-ass.

    You can probably qualify for a free subscription.

    The killer feature is the monthly column on packet filtering and traffic shaping. Awesome. Probably the best regular column out of the dozen or so IT/Networking mags I get each month.

    --
    obviously no deficiencies vs. no obvious deficiencies
  30. Re:What version? free software vs. commercial soft by ttfkam · · Score: 5, Insightful

    And if they're not 100% sure, why are they touting it? For the same reason that commercial companies release before it's time: mindshare.

    Yes, we know that an open beta from Apache is as good or better than an initial release from a commercial developer. We know that the stable releases from Apache are akin to the third (or so) patch release for a commercial product.

    What's the difference? Quality? Not necessarily. The difference is in semantics. Some open source entities produce bad code (have you looked around on Freshmeat lately?) and some commercial software houses produce good code.

    How can we tell which is better? Cutting the crap and testing the products in question. If having the source available is important to you, obviously the open source software will win out every time. If only package functionality matters to you, waving a banner won't determine the best choice.

    As far as "gold" code, you're wrong. "Gold" code simply means that it's going to be released. It designates that a particular snapshot of the codebase is being burned onto CDs and put into a shrinkwrapped package. "Gold" refers to a baseline, not the quality of the baseline. If you replaced "gold" with "good", I'd agree with you.

    --

    - I don't need to go outside, my CRT tan'll do me just fine.
  31. Re:So what's new (and a Novell is dying troll, too by swb · · Score: 2

    One of the main problems Novell have is that the market, and customers to a large extent, always associate them with Netware, which most corporation are activly retiring.

    It's fairly recently that you could run their products without at least one Netware server around. I think even eDirectory was like that initially.

    If they had *started out* with platform-independant products that had full functionality without Netware, they'd be in good shape. Unfortunately their early strategy was very MS-like and appeared designed to sell Netware licenses.

  32. Compilation by ttfkam · · Score: 2
    This has always been the case for compiling programs for Novell: a DOS/Windows box with compilers. This is nothing new or special with regard to Perl.

    Just to share blame, why not address the issue that a large portion of Perl modules that use native code aren't portable outside of UNIX (and even then...).
    Perl for NetWare is poorly supported, and does not support basic things such as fork(), chown, syscall, chroot, alarm, and about 20 other functions...

    Ummm... Of course this is because NetWare itself doesn't have these functions. Current operating systems? UNIX is *how* old? NetWare by your metric IS the current operating system. As for network-wide security and administration, I'm sorry but Novell's offerings are superior and have been superior for years. NIS+? LDAP? Active Directory? Pshaw! NDS was already better than these years ago and eDirectory widens that margin.

    Why does Novell need to update Perl? Because they bundle it? Why doesn't the Perl community maintain the port just like they do for every other operating system ? Or is Novell special on your shitlist? It's not like Novell controls the Perl source.
    --

    - I don't need to go outside, my CRT tan'll do me just fine.
    1. Re:Compilation by ttfkam · · Score: 2

      On the contrary, I did in fact know that Novell bought the UNIX trademark and original source from AT&T. And a lot of companies' roadmaps are different today from what was planned several years ago. If you really want to take a trip down memory lane, remember that Microsoft made a port of UNIX called XENIX. It was on XENIX that a lot of their internal development was done in the early days. The division that developed XENIX was sold to SCO, a company in which Microsoft still owns stock to this day. Novell later sold their UNIX holdings to SCO. So when you really think about it, Microsoft owns a fair share of the UNIX trademark. Kinda makes you proud doesn't it?

      NetWare has been a file/print box, but services can and have been written for it. I know. I worked for a software company that has a NLM version of their flagship product. Truth be told, the NLM version came out before the NT port (mostly because NT hadn't been released yet when they started on the server product). It could have been better, but then so can writing Windows device drivers and nice UNIX GUIs. But people do it. People still use NetWare. People still pay to have NetWare services rendered. It's not going anywhere anytime soon. It is in fact too well supported in many organizations for it to simply disappear. Interest > 0.

      As for Perl/Win32, much of the work was done by ActiveState, but a sizeable chunk was done by the community. These two Win32 ports were merged a while back, but to say that the community had nothing to do with it is an overstatement to say the least. Also, Microsoft didn't pitch in the funds until after ActiveState had done quite a bit of work already. Microsoft currently helps fund the port. They most certainly didn't pay for it to be made.

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
    2. Re:Compilation by swb · · Score: 2

      When I talk to Novell techs about when/why I should have to apply a patch, they basicaly tell me that they have poor change control and documentation procedures for their code, and many times, fixes for bugs and security issues get placed into production code, without it ever being documented.

      Netware service packs for NW4.11 were always a kind of Russian roulette; IIRC, SP5 had at least three iterations. Breakage of the backup environment was routine; I think there was a period of 6-8 months where you couldn't patch a server running Arcserve due to conflicts between it and whatever was in the service pack. Given that Arcserve was *the* industry leader in a fading field of NW backup solutions, it was kind of stupid.

    3. Re:Compilation by ttfkam · · Score: 2

      Yeah, they were bought (stock swap if memory serves) by Caldera. Caldera now owns the UNIX trademark. It is now Caldera stock that Microsoft owns. Microsoft still owns shares in the company that owns the UNIX trademark.

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
  33. WTF?!!! by io333 · · Score: 2

    In all seriousness: can someone please explain to me why this was modded down as as troll? I just do not get it.

  34. Re:So what's new (and a Novell is dying troll, too by Etcetera · · Score: 2


    Yet if you look at their full product range they have products such as...

    They even owned WordPerfect for a while, too!

  35. Do those guys still exist??? by juliao · · Score: 2

    Netware? Do those guys still exist??? And what on earth are they selling now? Gee, you don't say! A vaccum cleaner with MySQL installed? Wow!

  36. Re:Novell Dying by Billly+Gates · · Score: 2

    moderators take note.

    Thank you.

  37. Re:What version? free software vs. commercial soft by mgkimsal2 · · Score: 2

    Thank you - doesn't clear it up too much, but thanks.

    Any approximate time frame on when 4.0x series might be deemed 'stable'?

  38. FUD in article by zurab · · Score: 2

    I do like Novell's strategy towards OSS, porting their tools to Linux, NDS, etc. I've used NDS, Groupwise, NES on Netware, and now NDS on Linux but following is just FUD.

    From the Infoworld article:

    Novell will embed the commercial version of MySQL, enabling developers to build applications without requiring use of the restrictive General Public License agreement, as is required of the open-source version of MySQL.

    Failing to state what exactly it is that Novell's license will allow that is restricted by the GPL. Anything short of Novell's decision to let everyone and anyone redistribute their software freely without any restrictions I don't see how this is possible. Especially if you read the next paragraph that reads:

    Developers can, for example, build a Web site with a database providing dynamic content on NetWare, according to Mickos.

    <sarcasm>
    You're kidding me!!! Who should I praise for this innovation? Thanks to Novell, hundreds of thousands of websites will now be able to provide *dynamic content*!! Just think of the possibilities - online shopping, searching the web, personalized news; virtually no limits! Think of all this as opposed to the old-style, static-web, restrictive licensed GPL-ed software.
    <sarcasm/>

    C'mon now. Who are they fooling with these kinds of comments?

  39. Re:So what's new (and a Novell is dying troll, too by drinkypoo · · Score: 2
    I could go on but the message is clear, the company is packed with good products which it doesn't know how to sell.

    Maybe they should buy Amiga, and perhaps Palm will let them have Be cheap, and then all such software packages can be in the same place.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  40. Re:So what's new (and a Novell is dying troll, too by Openadvocate · · Score: 2

    Well I have several Novell certifications and have decided,like so many others, not to maintain them anymore.
    Everywhere I see sales people sell MS products even to Novell users. So it have been hard to keeping your hopes up.
    In my last job, I started to shift my focus away from Novell, because I, like everybody else, can see that their customer base is getting smaller.
    I like Novell and their products, they have not managed to convince me that I should keep my focusing my career on Novell. I fear that I would end up with at lot of skills for product that is not wanted.
    The "fun" thing is that many techs are running away, so it is easy, where I live, to find a job if you are a skilled Novell tech. with Certifications. But who wants a job that focuses on a skill that might not be there in the future.

    --
    my sig
  41. "NetWare 6?" by CrystalFalcon · · Score: 2

    Talk about a corpse that refuses to die. Yikes, this is even worse than IBM's debacle about insisting on keeping OS/2 alive...

    Novell needs to reinvent themselves seriously. (Shipping a database with the server does not count as reinventing seriously.)

  42. So that's why Microsoft was attacking by SgtChaireBourne · · Score: 3, Interesting

    That seems to explain why Microsoft was attacking MySQL so much a few weeks ago.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  43. More marketing getting in technology's way by leandrod · · Score: 2

    Why oh why they don't just support a real SQL DBMS?

    As always people coding to MySQL will have to code around all sorts of limitations that wouldn't be there with real SQL DBMSs as Firebird, SAPdb or PostgreSQL.

    Their code will be more complex, less reliable, their databases will get all sorts of inconsistent data due to lack, or underutilization, of integrity constraints and transaction control.

    And once they go over three concurrent users, performance will suffer... then they will have to recode to ANSI SQL, because MySQL isn't standards-compliant at all, and will never achieve the level of elegance that SQL provides -- and that is already less than a truly, but not yet widely available, fully RDBMS could give.

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin
  44. Novell uses FLAIM now by fooguy · · Score: 2

    My understanding is that FLAIM has depricated BTRIEVE for low-level storage in Netware. FLAIM is used to store all the records in NDS, though technotes about Novell's license service make reference to a choice between FLAIM or BTRIEVE for that.

    --
    "All I ever wanted was to see Larry Wall give Bill Gates a Perl necklace."
    http://www.eisenschmidt.org/jweisen